diff --git a/oneuptime/templates/ingress.yaml b/oneuptime/templates/ingress.yaml index dacdb75..aad11d9 100644 --- a/oneuptime/templates/ingress.yaml +++ b/oneuptime/templates/ingress.yaml @@ -32,6 +32,6 @@ spec: service: name: {{ printf "%s-%s" $.Release.Name "nginx" }} port: - name: "http" + name: "oneuptime-http" {{- end }} {{- end }} \ No newline at end of file