From fd2b6f00ff8c34739d01eaeff1cfa506a0f2d4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Wed, 26 Nov 2025 19:09:00 +0100 Subject: [PATCH] add domain "escape-from-school.de" --- k8s/ingress.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index 2f3855c..98e21ff 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -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: /