Moved to staging domain

This commit is contained in:
2024-11-18 23:57:22 +01:00
parent 9fa2d155b5
commit 4905c8ddd7
5 changed files with 25 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ spec:
enabled: true
tls:
enabled: true
secret: ${domain/\./-}-tls
secret: ${domain//./-}-tls
traefikCRD:
enabled: true
entryPoints:
@@ -49,8 +49,8 @@ spec:
value: "JustATest"
session:
cookies:
- subdomain: login
domain: ${domain}
- subdomain: login${subdomain}
domain: ${topdomain}
storage:
postgres:

View File

@@ -16,4 +16,4 @@ spec:
- name: api@internal
kind: TraefikService
tls:
secretName: ${domain/\./-}-tls
secretName: ${domain//./-}-tls

View File

@@ -55,4 +55,4 @@ spec:
- name: whoami
port: 80
tls:
secretName: ${domain/\./-}-tls
secretName: ${domain//./-}-tls