summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/git-server/helm-chart')
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml2
-rw-r--r--f3s/git-server/helm-chart/templates/service.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml
index b876e0f..b867add 100644
--- a/f3s/git-server/helm-chart/templates/deployment.yaml
+++ b/f3s/git-server/helm-chart/templates/deployment.yaml
@@ -71,7 +71,7 @@ spec:
spawn-fcgi -s /var/run/fcgiwrap.sock -n -- /usr/bin/fcgiwrap &
exec nginx -g 'daemon off;'
ports:
- - containerPort: 8080
+ - containerPort: 80
name: http
protocol: TCP
env:
diff --git a/f3s/git-server/helm-chart/templates/service.yaml b/f3s/git-server/helm-chart/templates/service.yaml
index 9675e86..b866e7b 100644
--- a/f3s/git-server/helm-chart/templates/service.yaml
+++ b/f3s/git-server/helm-chart/templates/service.yaml
@@ -16,7 +16,7 @@ spec:
- name: http
protocol: TCP
port: 80
- targetPort: 8080
+ targetPort: 80
type: ClusterIP
---
apiVersion: v1