mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +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:
|
||||
ingress:
|
||||
tls:
|
||||
secretName: pomerium-tls
|
||||
existingTLSSecret: pomerium-tls
|
||||
idp:
|
||||
provider: "google"
|
||||
|
@ -34,6 +37,9 @@ redis:
|
|||
ingressController:
|
||||
enabled: true
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
config:
|
||||
rootDomain: localhost.pomerium.io
|
||||
existingCASecret: pomerium-tls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue