mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
601d0788c1
commit
71a05d6774
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,8 @@ echo "=> install pomerium with helm"
|
||||||
helm install \
|
helm install \
|
||||||
pomerium \
|
pomerium \
|
||||||
pomerium/pomerium \
|
pomerium/pomerium \
|
||||||
--set service.type="NodePort" \
|
--set proxy.service.type="NodePort" \
|
||||||
|
--set authenticate.service.type="NodePort" \
|
||||||
--set config.sharedSecret=$(head -c32 /dev/urandom | base64) \
|
--set config.sharedSecret=$(head -c32 /dev/urandom | base64) \
|
||||||
--set config.cookieSecret=$(head -c32 /dev/urandom | base64) \
|
--set config.cookieSecret=$(head -c32 /dev/urandom | base64) \
|
||||||
--set ingress.secret.name="pomerium-tls" \
|
--set ingress.secret.name="pomerium-tls" \
|
||||||
|
|
|
@ -7,17 +7,16 @@ authenticate:
|
||||||
# https://www.pomerium.com/configuration/#identity-provider-service-account
|
# https://www.pomerium.com/configuration/#identity-provider-service-account
|
||||||
serviceAccount: YOUR_SERVICE_ACCOUNT
|
serviceAccount: YOUR_SERVICE_ACCOUNT
|
||||||
service:
|
service:
|
||||||
|
type: NodePort
|
||||||
annotations:
|
annotations:
|
||||||
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
|
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
service:
|
service:
|
||||||
|
type: NodePort
|
||||||
annotations:
|
annotations:
|
||||||
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
|
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
|
||||||
|
|
||||||
service:
|
|
||||||
type: NodePort
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
policy:
|
policy:
|
||||||
- from: https://hello.localhost.pomerium.io
|
- from: https://hello.localhost.pomerium.io
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue