dev: fix gitea sso discovery
This commit is contained in:
parent
a59a74b3e3
commit
4ae7af92f1
|
@ -9,7 +9,7 @@ data:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: true
|
||||||
hosts:
|
hosts:
|
||||||
- host: "dev.${domain}"
|
- host: "dev.${domain}"
|
||||||
paths:
|
paths:
|
||||||
|
@ -25,5 +25,4 @@ data:
|
||||||
provider: 'openidConnect'
|
provider: 'openidConnect'
|
||||||
key: "${client_id}"
|
key: "${client_id}"
|
||||||
secret: "${client_secret}"
|
secret: "${client_secret}"
|
||||||
customAuthUrl: "https://sso.${domain}"
|
autoDiscoverUrl: 'https://sso.${domain}/.well-known/openid-configuration'
|
||||||
#autoDiscoverUrl: 'https://gitea.example.com/.well-known/openid-configuration'
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
primary: false
|
primary: false
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: true
|
||||||
hosts:
|
hosts:
|
||||||
- host: "do.${domain}"
|
- host: "do.${domain}"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue