++ nest ingressgateway service override under internal defaults key
This commit is contained in:
parent
b5acdf28b5
commit
9db6db713a
@ -12,20 +12,21 @@ spec:
|
|||||||
- name: istiod
|
- name: istiod
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
values:
|
values:
|
||||||
service:
|
_internal_defaults_do_not_set:
|
||||||
type: NodePort
|
service:
|
||||||
ports:
|
type: NodePort
|
||||||
- name: status-port
|
ports:
|
||||||
port: 15021
|
- name: status-port
|
||||||
protocol: TCP
|
port: 15021
|
||||||
targetPort: 15021
|
protocol: TCP
|
||||||
- name: http2
|
targetPort: 15021
|
||||||
port: 80
|
- name: http2
|
||||||
protocol: TCP
|
port: 80
|
||||||
targetPort: 80
|
protocol: TCP
|
||||||
nodePort: 30080
|
targetPort: 80
|
||||||
- name: https
|
nodePort: 30080
|
||||||
port: 443
|
- name: https
|
||||||
protocol: TCP
|
port: 443
|
||||||
targetPort: 443
|
protocol: TCP
|
||||||
nodePort: 30443
|
targetPort: 443
|
||||||
|
nodePort: 30443
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user