2021-11-17 22:12:07 +07:00
|
|
|
dex:
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
|
|
|
hosts:
|
|
|
|
- host: dex.khuedoan.com
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
tls:
|
|
|
|
- secretName: dex-tls-certificate
|
|
|
|
hosts:
|
|
|
|
- dex.khuedoan.com
|
|
|
|
config:
|
2021-11-17 23:44:41 +07:00
|
|
|
issuer: https://dex.khuedoan.com
|
2021-11-17 23:22:13 +07:00
|
|
|
storage:
|
2021-11-17 23:52:24 +07:00
|
|
|
type: kubernetes
|
2021-11-17 23:22:13 +07:00
|
|
|
config:
|
2021-11-17 23:52:24 +07:00
|
|
|
inCluster: true
|
2021-11-17 22:12:07 +07:00
|
|
|
connectors:
|
|
|
|
- type: gitea
|
|
|
|
id: gitea
|
|
|
|
name: Gitea
|
|
|
|
config:
|
|
|
|
clientID: $GITEA_CLIENT_ID
|
|
|
|
clientSecret: $GITEA_CLIENT_SECRET
|
2021-11-17 23:52:24 +07:00
|
|
|
redirectURI: https://dex.khuedoan.com/callback
|
2021-11-17 22:12:07 +07:00
|
|
|
baseURL: https://git.khuedoan.com
|