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:
|
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: /
|
||||||
|
|||||||
Reference in New Issue
Block a user