mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
update helm values file (#3281)
This commit is contained in:
parent
a26a83c247
commit
77911d151c
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
authenticate:
|
authenticate:
|
||||||
|
ingress:
|
||||||
|
tls:
|
||||||
|
secretName: pomerium-tls
|
||||||
existingTLSSecret: pomerium-tls
|
existingTLSSecret: pomerium-tls
|
||||||
idp:
|
idp:
|
||||||
provider: "google"
|
provider: "google"
|
||||||
|
@ -34,6 +37,9 @@ redis:
|
||||||
ingressController:
|
ingressController:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
config:
|
config:
|
||||||
rootDomain: localhost.pomerium.io
|
rootDomain: localhost.pomerium.io
|
||||||
existingCASecret: pomerium-tls
|
existingCASecret: pomerium-tls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue