mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update switch01.yaml
This commit is contained in:
parent
1d714aa9cd
commit
065dc73fd7
1 changed files with 4 additions and 4 deletions
|
|
@ -39,11 +39,11 @@ metadata:
|
||||||
nginx.ingress.kubernetes.io/auth-url: |-
|
nginx.ingress.kubernetes.io/auth-url: |-
|
||||||
http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
|
http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
|
||||||
nginx.ingress.kubernetes.io/auth-signin: |-
|
nginx.ingress.kubernetes.io/auth-signin: |-
|
||||||
https://switch01.internal.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
https://switch01.internal.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
||||||
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
|
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
|
||||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
nginx.ingress.kubernetes.io/auth-snippet: |
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: switch01.internal.durp.info
|
- host: switch01.internal.durp.info
|
||||||
|
|
@ -58,5 +58,5 @@ spec:
|
||||||
number: 8006
|
number: 8006
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- overlord.internal.durp.info
|
- switch01.internal.durp.info
|
||||||
secretName: overlord-tls
|
secretName: overlord-tls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue