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: 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'

View File

@ -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: