From 01dd83e1235787443cb7b6a3982f736f1cbb1401 Mon Sep 17 00:00:00 2001 From: bitfactory-sem-denbroeder <92806503+bitfactory-sem-denbroeder@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:28:10 +0200 Subject: [PATCH] Update ingress.yaml --- oneuptime/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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