Private
Public Access
1
0

add domain "escape-from-school.de"
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m34s

This commit is contained in:
Sebastian Unterschütz
2025-11-26 19:09:00 +01:00
parent ed38d6b4d8
commit fd2b6f00ff

View File

@@ -11,9 +11,20 @@ spec:
tls: tls:
- hosts: - hosts:
- ${APP_URL} # Wird von CI ersetzt - ${APP_URL} # Wird von CI ersetzt
- "escape-from-school.de"
secretName: game-tls-secret secretName: game-tls-secret
rules: rules:
- host: ${APP_URL} # Wird von CI ersetzt - host: ${APP_URL}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: escape-game
port:
number: 80
- host: "escape-from-school.de"
http: http:
paths: paths:
- path: / - path: /