dev: fix gitea sso discovery

This commit is contained in:
xeruf 2022-06-29 23:53:16 +01:00
parent a59a74b3e3
commit 4ae7af92f1
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ data:
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
kubernetes.io/tls-acme: true
hosts:
- host: "dev.${domain}"
paths:
@ -25,5 +25,4 @@ data:
provider: 'openidConnect'
key: "${client_id}"
secret: "${client_secret}"
customAuthUrl: "https://sso.${domain}"
#autoDiscoverUrl: 'https://gitea.example.com/.well-known/openid-configuration'
autoDiscoverUrl: 'https://sso.${domain}/.well-known/openid-configuration'

View File

@ -27,7 +27,7 @@ data:
enabled: true
primary: false
annotations:
kubernetes.io/tls-acme: "true"
kubernetes.io/tls-acme: true
hosts:
- host: "do.${domain}"
paths: