mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
cilium hubble ui fix
This commit is contained in:
parent
bbfadf4e26
commit
a4857346ae
2 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ oauth2-proxy:
|
|||
email_domains = [ "*" ]
|
||||
upstreams = [ "file:///dev/null" ]
|
||||
github_users = "amkartashov"
|
||||
proxy_prefix = "/"
|
||||
whitelist_domains = ".ioot.xyz"
|
||||
cookie_refresh = "1m"
|
||||
cookie_expire = "30m"
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ cilium:
|
|||
kubernetes.io/ingress.class: nginx
|
||||
kubernetes.io/tls-acme: "true"
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.ioot.xyz/auth"
|
||||
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.ioot.xyz/start?rd=$escaped_request_uri"
|
||||
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.ioot.xyz/oauth2/auth"
|
||||
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.ioot.xyz/oauth2/start?rd=$escaped_request_uri"
|
||||
nginx.ingress.kubernetes.io/auth-response-headers: "x-auth-request-user, x-auth-request-email, x-auth-request-access-token"
|
||||
hosts:
|
||||
- hubble.ioot.xyz
|
||||
|
|
|
|||
Loading…
Reference in a new issue