diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 41b1ee2..0f149ee 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -1,11 +1,11 @@ apiVersion: networking.istio.io/v1 kind: Gateway metadata: - name: my-gateway - namespace: some-config-namespace + name: ingress-gateway + namespace: istio-ingress spec: selector: - app: my-gateway-controller + app: istio-ingress servers: - port: number: 80 diff --git a/helm/istio/templates/namespace.yaml b/helm/istio/templates/namespace.yaml new file mode 100644 index 0000000..f8c0e19 --- /dev/null +++ b/helm/istio/templates/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: istio-ingress \ No newline at end of file