From b9aeac35218ba4a8b6293421085f1ae53679aa38 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 11:15:23 +0200 Subject: [PATCH] autocommit --- helm/istio/templates/gateway.yaml | 7 +++++++ helm/istio/values.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 3c9b9fb..0b2f774 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -19,4 +19,11 @@ spec: tls: mode: SIMPLE # enables HTTPS on this port credentialName: istio-ingress-tls-secret + - port: + number: 80 + name: http + protocol: HTTP + hosts: + - '*.apps.linvogel.internal' + - '*.apps.linvogel.ch' # TODO: secret here \ No newline at end of file diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index b664396..0d1e80c 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -3,10 +3,10 @@ gateway: kind: Deployment labels: istio: istio-gateway - annotations: - istio: istio-gateway service: type: NodePort + labels: + istio: istio-gateway ports: - name: status-port protocol: TCP