25 lines
458 B
YAML
25 lines
458 B
YAML
global: {}
|
|
gateway:
|
|
kind: Deployment
|
|
labels:
|
|
istio: istio-gateway
|
|
service:
|
|
type: NodePort
|
|
labels:
|
|
istio: istio-gateway
|
|
ports:
|
|
- name: status-port
|
|
protocol: TCP
|
|
port: 15021
|
|
targetPort: 15021
|
|
nodePort: 31021
|
|
- name: http2
|
|
protocol: HTTP
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 30080
|
|
- name: https
|
|
protocol: HTTPS
|
|
port: 443
|
|
targetPort: 443
|
|
nodePort: 30443 |