updated ingress again
This commit is contained in:
@@ -147,17 +147,15 @@ metadata:
|
|||||||
app.kubernetes.io/name: craftycontroller
|
app.kubernetes.io/name: craftycontroller
|
||||||
app.kubernetes.io/instance: crafty
|
app.kubernetes.io/instance: crafty
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod # Or your specific issuer
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
||||||
external-dns.alpha.kubernetes.io/hostname: crafty.dooplex.hu,crafty.home
|
external-dns.alpha.kubernetes.io/hostname: crafty.dooplex.hu,crafty.home
|
||||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
nginx.ingress.kubernetes.io/ssl-redirect: 'true'
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
nginx.ingress.kubernetes.io/proxy-body-size: 200m
|
||||||
# Authentik proxy authentication
|
nginx.ingress.kubernetes.io/auth-url: http://ak-outpost-crafty-outpost.auth-system.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://ak-outpost-crafty-outpost.auth-system.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx"
|
nginx.ingress.kubernetes.io/auth-signin: https://crafty.dooplex.hu/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://crafty.dooplex.hu/outpost.goauthentik.io/start?rd=$escaped_request_uri"
|
nginx.ingress.kubernetes.io/auth-snippet: 'proxy_set_header X-Forwarded-Host $http_host;
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: "Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid"
|
|
||||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
'
|
||||||
proxy_set_header X-Forwarded-Host $http_host;
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx-internal
|
ingressClassName: nginx-internal
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Reference in New Issue
Block a user