add domain "escape-from-school.de"
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m34s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m34s
This commit is contained in:
@@ -11,9 +11,20 @@ spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- ${APP_URL} # Wird von CI ersetzt
|
||||
- "escape-from-school.de"
|
||||
secretName: game-tls-secret
|
||||
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:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
Reference in New Issue
Block a user