Fix gateway protocol
This commit is contained in:
parent
97ec77f3b7
commit
c3a36a2d7d
@ -45,17 +45,17 @@ istio-ingress:
|
|||||||
- name: status-port
|
- name: status-port
|
||||||
port: 15021
|
port: 15021
|
||||||
nodePort: 30021
|
nodePort: 30021
|
||||||
protocol: http
|
protocol: TCP
|
||||||
- name: http2
|
- name: http2
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
nodePort: 30080
|
nodePort: 30080
|
||||||
protocol: http2
|
protocol: TCP
|
||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
nodePort: 30443
|
nodePort: 30443
|
||||||
protocol: https
|
protocol: TCP
|
||||||
## multi-cluster - disabled on public LBs
|
## multi-cluster - disabled on public LBs
|
||||||
#- name: tcp-istiod
|
#- name: tcp-istiod
|
||||||
# port: 15012
|
# port: 15012
|
||||||
@ -111,17 +111,17 @@ istio-private-ingress:
|
|||||||
- name: status-port
|
- name: status-port
|
||||||
port: 15021
|
port: 15021
|
||||||
nodePort: 31021
|
nodePort: 31021
|
||||||
protocol: http
|
protocol: TCP
|
||||||
- name: http2
|
- name: http2
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
nodePort: 31080
|
nodePort: 31080
|
||||||
protocol: http2
|
protocol: TCP
|
||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
nodePort: 31443
|
nodePort: 31443
|
||||||
protocol: https
|
protocol: TCP
|
||||||
# multi-cluster
|
# multi-cluster
|
||||||
- name: tcp-istiod
|
- name: tcp-istiod
|
||||||
port: 15012
|
port: 15012
|
||||||
|
Loading…
Reference in New Issue
Block a user