mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
23 lines
597 B
YAML
23 lines
597 B
YAML
oauth2-proxy:
|
|
config:
|
|
clientID: 13240a7012a34dbdd9c7
|
|
clientSecret: change_in_argocd
|
|
cookieSecret: change_in_argocd
|
|
configFile: |-
|
|
provider = "github"
|
|
email_domains = [ "*" ]
|
|
upstreams = [ "file:///dev/null" ]
|
|
github_users = "amkartashov"
|
|
proxy_prefix = "/"
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
kubernetes.io/tls-acme: "true"
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
hosts:
|
|
- oauth2.ioot.xyz
|
|
tls:
|
|
- hosts:
|
|
- oauth2.ioot.xyz
|
|
secretName: oauth2-tls
|