From 6a0b9ab6169331bc061c99d29a11b51fa8612f24 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 8 Dec 2024 05:43:18 +0100 Subject: [PATCH] name the ingress --- deployment/helm/charts/ocelot-social/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/charts/ocelot-social/templates/ingress.yaml b/deployment/helm/charts/ocelot-social/templates/ingress.yaml index 8b7faf29d8..42793e5943 100644 --- a/deployment/helm/charts/ocelot-social/templates/ingress.yaml +++ b/deployment/helm/charts/ocelot-social/templates/ingress.yaml @@ -7,7 +7,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: {{ .Release.Name }} + name: {{ .Release.Name }}-ocelot annotations: traefik.ingress.kubernetes.io/router.middlewares: {{ include "joinRedirectMiddlewares" $ }} cert-manager.io/issuer: {{ .Values.cert_manager.issuer | default (printf "%s-letsencrypt-staging" .Release.Name) }}