summaryrefslogtreecommitdiffstats
path: root/helm/wekan/templates/ingress.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/wekan/templates/ingress.yaml')
-rw-r--r--helm/wekan/templates/ingress.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/wekan/templates/ingress.yaml b/helm/wekan/templates/ingress.yaml
index d63c21c3..dd85ef55 100644
--- a/helm/wekan/templates/ingress.yaml
+++ b/helm/wekan/templates/ingress.yaml
@@ -35,6 +35,6 @@ spec:
- path: {{ $ingressPath }}
backend:
serviceName: {{ $fullName }}
- servicePort: http
+ servicePort: 80
{{- end }}
{{- end }}