mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
26 lines
498 B
YAML
26 lines
498 B
YAML
config:
|
|
existingSecret: oauth2-proxy-creds
|
|
|
|
extraArgs:
|
|
whitelist-domain: .home.toozhao.com
|
|
cookie-domain: .home.toozhao.com
|
|
provider: github
|
|
|
|
authenticatedEmailsFile:
|
|
enabled: true
|
|
restricted_access: |-
|
|
wahyd4@gmail.com
|
|
|
|
ingress:
|
|
enabled: true
|
|
path: /
|
|
hosts:
|
|
- id.home.toozhao.com
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
|
|
tls:
|
|
- secretName: oauth2-proxy
|
|
hosts:
|
|
- id.home.toozhao.com
|