From 96c27096514725ad8395100860b9ae4e79242949 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 17:12:52 +0200 Subject: [PATCH] add default gateway --- helm/argocd/templates/gateway.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/helm/argocd/templates/gateway.yaml b/helm/argocd/templates/gateway.yaml index e69de29..910163f 100644 --- a/helm/argocd/templates/gateway.yaml +++ b/helm/argocd/templates/gateway.yaml @@ -0,0 +1,14 @@ +apiVersion: networking.istio.io/v1 +kind: Gateway +metadata: + name: my-ingress +spec: + selector: + app: my-ingressgateway + servers: + - port: + number: 80 + name: http2 + protocol: HTTP2 + hosts: + - "*"