diff --git a/config/202-gateway.yaml b/config/202-gateway.yaml index 2ececfc1ee42..a1bec63295f5 100644 --- a/config/202-gateway.yaml +++ b/config/202-gateway.yaml @@ -97,7 +97,7 @@ spec: targetPort: 15031 --- # This is the corresponding Deployment to backed the aforementioned Service. -apiVersion: apps/v1 +apiVersion: extensions/v1beta1 kind: Deployment metadata: name: knative-ingressgateway @@ -110,10 +110,6 @@ metadata: knative: ingressgateway spec: replicas: 1 - selector: - matchLabels: - app: knative-ingressgateway - knative: ingressgateway template: metadata: labels: @@ -126,7 +122,7 @@ spec: serviceAccountName: istio-ingressgateway-service-account containers: - name: istio-proxy - image: "docker.io/istio/proxyv2:1.0.1" + image: "docker.io/istio/proxyv2:1.0.2" imagePullPolicy: IfNotPresent ports: - containerPort: 80