pomerium/examples/kubernetes/values.yaml
Alex Fornuto 0f06e003c1 Helm Quickstart Update (#2380)
* removed/fixed redundant or incorrect config

And some small copy edits

* Update docs/docs/quick-start/helm.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2021-07-29 15:43:37 -05:00

30 lines
741 B
YAML

authenticate:
idp:
provider: "google"
clientID: YOUR_CLIENT_ID
clientSecret: YOUR_SECRET
# Required for group data
# https://www.pomerium.com/configuration/#identity-provider-service-account
serviceAccount: YOUR_SERVICE_ACCOUNT
service:
type: NodePort
annotations:
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
proxy:
service:
type: NodePort
annotations:
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
config:
rootDomain: localhost.pomerium.io
policy:
- from: https://hello.localhost.pomerium.io
to: http://nginx.default.svc.cluster.local:80
allowed_domains:
- gmail.com
ingress:
annotations:
kubernetes.io/ingress.allow-http: "false"