From bd09827c56ba7e32f14e7cec9e3da3ac40c55029 Mon Sep 17 00:00:00 2001 From: "franz.germann" Date: Mon, 28 Apr 2025 14:07:50 +0200 Subject: [PATCH] updates host in deployment.yaml --- deployment/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/deployment.yaml b/deployment/deployment.yaml index 339d111..55e485e 100644 --- a/deployment/deployment.yaml +++ b/deployment/deployment.yaml @@ -44,7 +44,7 @@ metadata: nginx.ingress.kubernetes.io/ssl-redirect: "false" spec: rules: - - host: https://factory.c-one-infra.de + - host: factory.c-one-infra.de http: paths: - path: /ascii-live @@ -57,4 +57,4 @@ spec: tls: - secretName: ascii-live-tls-prod-cert hosts: - - https://factory.c-one-infra.de + - factory.c-one-infra.de