fix port name on ingress

This commit is contained in:
Simon Larsen 2024-07-12 11:21:53 +01:00
parent 54db88dd96
commit 9227324ac3
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -32,6 +32,6 @@ spec:
service:
name: {{ printf "%s-%s" $.Release.Name "nginx" }}
port:
name: "http"
name: "oneuptime-http"
{{- end }}
{{- end }}