Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed May 30, 2024
1 parent 6423d20 commit 0e733d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion high/overlays/astrid/monicahq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ingress:
# 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
traefik.ingress.kubernetes.io/router.middlewares: oauth2-proxy-forwardauth@kubernetescrd
labels: {}
path: /
pathType: Prefix
Expand Down
4 changes: 2 additions & 2 deletions high/overlays/astrid/oauth2-proxy/traefikmiddleware.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: oauth2-forwardauth
namespace: oauth2-proxy
name: forwardauth
namespace: monicahq
spec:
forwardAuth:
address: 'https://auth.k.zroot.org/oauth2/'
Expand Down

0 comments on commit 0e733d5

Please sign in to comment.