mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
32 lines
571 B
YAML
32 lines
571 B
YAML
config:
|
|
existingSecret: oauth2-proxy-creds
|
|
|
|
extraArgs:
|
|
whitelist-domain: .junv.me
|
|
cookie-domain: .junv.me
|
|
provider: github
|
|
silence-ping-logging: true
|
|
|
|
authenticatedEmailsFile:
|
|
enabled: true
|
|
restricted_access: |-
|
|
wahyd4@gmail.com
|
|
|
|
ingress:
|
|
enabled: true
|
|
path: /
|
|
hosts:
|
|
- id.junv.me
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
kubernetes.io/tls-acme: "true"
|
|
tls:
|
|
- secretName: oauth2-proxy
|
|
hosts:
|
|
- id.junv.me
|
|
|
|
erviceAccount:
|
|
enable: false
|
|
replicaCount: 1
|