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: + - "*"