Skip to content

Commit 9eb4ccd

Browse files
authored
change nginx container port to 8080 (#536)
1 parent 095e413 commit 9eb4ccd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
target/*
2+
3+
# MacOS system files
4+
.DS_Store
5+
6+
# Jetbrains
7+
.idea/

charts/sourcegraph-appliance/templates/deployment-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
value: http://sourcegraph-appliance-backend:8080
4545
ports:
4646
- name: http
47-
containerPort: 80
47+
containerPort: 8080
4848
protocol: TCP
4949
resources:
5050
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)