diff --git a/HelmChart/Public/oneuptime/templates/ingress.yaml b/HelmChart/Public/oneuptime/templates/ingress.yaml index dacdb7572b..aad11d92bc 100644 --- a/HelmChart/Public/oneuptime/templates/ingress.yaml +++ b/HelmChart/Public/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