Skip to content

Commit

Permalink
name the ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 8, 2024
1 parent 88d6330 commit 6a0b9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 6a0b9ab

Please sign in to comment.