Skip to content

Instantly share code, notes, and snippets.

@farukonder
Created September 24, 2018 14:28
Show Gist options
  • Save farukonder/9e06bc40d8d4521bc8a5d51677a6a2e1 to your computer and use it in GitHub Desktop.
Save farukonder/9e06bc40d8d4521bc8a5d51677a6a2e1 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: istio-ingressgateway
namespace: istio-system
labels:
chart: gateways-1.0.1
release: RELEASE-NAME
heritage: Tiller
app: istio-ingressgateway
istio: ingressgateway
spec:
replicas: 1
template:
metadata:
labels:
app: istio-ingressgateway
istio: ingressgateway
annotations:
sidecar.istio.io/inject: "false"
scheduler.alpha.kubernetes.io/critical-pod: ""
spec:
serviceAccountName: istio-ingressgateway-service-account
containers:
- name: istio-proxy
image: "gcr.io/istio-release/proxyv2:1.0.2"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
- containerPort: 443
- containerPort: 31400
- containerPort: 15011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment