Skip to content

Commit

Permalink
updated ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 11, 2024
1 parent 6a0b9ab commit 89d2322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ kind: Ingress
metadata:
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) }}
traefik.ingress.kubernetes.io/router.middlewares: {{ include "joinRedirectMiddlewares" $ }}
spec:
tls:
- hosts:
Expand Down

0 comments on commit 89d2322

Please sign in to comment.