Skip to content

Commit

Permalink
Enable ingress with auth for monicahq
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed May 30, 2024
1 parent faa974d commit 6423d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion high/overlays/astrid/monicahq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ image:
replicaCount: 1

ingress:
enabled: false
enabled: true
className: traefik
annotations:
# nginx.ingress.kubernetes.io/proxy-body-size: 4G
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: oauth2-forwardauth@kubernetescrd
labels: {}
path: /
pathType: Prefix
Expand Down

0 comments on commit 6423d20

Please sign in to comment.