From f07f63b3771321635383612f76fd5f600eefa068 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 29 Aug 2025 12:24:27 +0200 Subject: [PATCH] Add host phocas.nl --- apps/templates/k8s-deployment.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/templates/k8s-deployment.yaml b/apps/templates/k8s-deployment.yaml index acfadde..5f0414f 100644 --- a/apps/templates/k8s-deployment.yaml +++ b/apps/templates/k8s-deployment.yaml @@ -110,10 +110,21 @@ spec: name: outrun-game-service port: number: 80 + - host: wissel.phocas.nl + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: outrun-game-service + port: + number: 80 # TLS configuration for HTTPS tls: # TLS secretName used on ClusterIssuer - secretName: letsencrypt-prod hosts: - wissel.hensen.io + - wissel.phocas.nl