test deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-01-31 15:27:22 +01:00
parent d308fd662a
commit d469a7cf2c
3 changed files with 32 additions and 3 deletions

View File

@ -42,14 +42,14 @@ kind: Ingress
metadata:
name: nutri
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production-http
cert-manager.io/cluster-issuer: letsencrypt-staging-http
spec:
tls:
- hosts:
- nutri.hottis.de
- %PREFIX%nutri.hottis.de
secretName: nutri-cert
rules:
- host: nutri.hottis.de
- host: %PREFIX%nutri.hottis.de
http:
paths:
- path: /

View File

@ -0,0 +1,13 @@
{
"web": {
"issuer": "https://auth2.hottis.de/realms/hottis",
"auth_uri": "https://auth2.hottis.de/ealms/hottis/protocol/openid-connect/auth",
"client_id": "nutri",
"client_secret": "%CLIENT_SECRET%",
"redirect_uris": [
"https://nutri.hottis.de/*"
],
"userinfo_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/userinfo",
"token_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/token"
}
}