mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
cilium: expose hubble UI
This commit is contained in:
parent
967810be33
commit
d72631c9f8
1 changed files with 14 additions and 0 deletions
|
|
@ -11,3 +11,17 @@ cilium:
|
|||
enabled: true
|
||||
ui:
|
||||
enabled: true
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
kubernetes.io/tls-acme: "true"
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
nginx.ingress.kubernetes.io/auth-url: "http://oauth2-proxy.oauth2-proxy.svc.cluster.local/auth"
|
||||
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.ioot.xyz/start?rd=$escaped_request_uri"
|
||||
hosts:
|
||||
- hubble.ioot.xyz
|
||||
tls:
|
||||
- hosts:
|
||||
- hubble.ioot.xyz
|
||||
secretName: hubble-tls
|
||||
|
|
|
|||
Loading…
Reference in a new issue