ingress gateway
This commit is contained in:
parent
bc38443d33
commit
a8936e96bb
31
helm/istiod/templates/ingress-gateway.yaml
Normal file
31
helm/istiod/templates/ingress-gateway.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: istio-ingressgateway
|
||||
namespace: istio-ingress
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: istio-ingressgateway
|
||||
namespace: istio-ingress
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
istio: ingressgateway
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
istio: ingressgateway
|
||||
annotations:
|
||||
inject.istio.io/templates: gateway
|
||||
sidecar.istio.io/inject: "true"
|
||||
spec:
|
||||
serviceAccountName: istio-ingressgateway
|
||||
containers:
|
||||
- name: istio-proxy
|
||||
image: auto
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 15021
|
||||
Loading…
x
Reference in New Issue
Block a user