Skip to content

Commit

Permalink
Update 202-gateway.yaml to match Istio 1.0.2's istio.yaml. (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnghia authored and knative-prow-robot committed Oct 19, 2018
1 parent db2efd8 commit 80dfb20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/202-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -110,10 +110,6 @@ metadata:
knative: ingressgateway
spec:
replicas: 1
selector:
matchLabels:
app: knative-ingressgateway
knative: ingressgateway
template:
metadata:
labels:
Expand All @@ -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
Expand Down

0 comments on commit 80dfb20

Please sign in to comment.