Skip to content

Commit

Permalink
oauth2-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 18, 2024
1 parent aa9cc23 commit 0ae63b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/ollama/base/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt-prod
external-dns.alpha.kubernetes.io/hostname: ninebasetwo.net
external-dns.alpha.kubernetes.io/target: ollama.ninebasetwo.net
nginx.ingress.kubernetes.io/auth-url: "https://$host/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://$host/oauth2/start?rd=$escaped_request_uri"
# nginx.ingress.kubernetes.io/auth-url: "https://$host/oauth2/auth"
# nginx.ingress.kubernetes.io/auth-signin: "https://$host/oauth2/start?rd=$escaped_request_uri"
spec:
ingressClassName: nginx
rules:
Expand Down

0 comments on commit 0ae63b1

Please sign in to comment.