gf-k8s/apps/system/oauth2-proxy/values.yaml
Andrey Kartashov 95e7312153 use separate certificate for oauth2-proxy
because it's not in default namespace
2019-11-02 21:06:47 +07:00

23 lines
518 B
YAML

oauth2-proxy:
config:
existingSecret: oauth2-proxy
extraArgs:
provider: github
cookie-domain: .gorilych.ru
whitelist-domain: .gorilych.ru
authenticatedEmailsFile:
enabled: true
restricted_access: |-
gorilych@gmail.com
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- oauth2.gorilych.ru
tls:
- hosts:
- oauth2.gorilych.ru
secretName: oauth2-gorilych-ru-tls