Update ingress default config
This commit is contained in:
parent
b6e92ceba2
commit
97ec77f3b7
@ -1,7 +1,7 @@
|
|||||||
# Make sure these values match kuberzero-istio !!!
|
# Make sure these values match kuberzero-istio !!!
|
||||||
global:
|
global:
|
||||||
hub: docker.io/istio
|
#hub: docker.io/istio
|
||||||
tag: 1.8.2
|
#tag: 1.9.0
|
||||||
|
|
||||||
logAsJson: true
|
logAsJson: true
|
||||||
jwtPolicy: first-party-jwt
|
jwtPolicy: first-party-jwt
|
||||||
@ -42,17 +42,32 @@ istio-ingress:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
node.kubernetes.io/ingress.public: "30080_30443"
|
node.kubernetes.io/ingress.public: "30080_30443"
|
||||||
ports:
|
ports:
|
||||||
- name: http-status
|
- name: status-port
|
||||||
port: 15021
|
port: 15021
|
||||||
nodePort: 30021
|
nodePort: 30021
|
||||||
|
protocol: http
|
||||||
- name: http2
|
- name: http2
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
nodePort: 30080
|
nodePort: 30080
|
||||||
|
protocol: http2
|
||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
nodePort: 30443
|
nodePort: 30443
|
||||||
|
protocol: https
|
||||||
|
## multi-cluster - disabled on public LBs
|
||||||
|
#- name: tcp-istiod
|
||||||
|
# port: 15012
|
||||||
|
# targetPort: 15012
|
||||||
|
# nodePort: 30012
|
||||||
|
# protocol: TCP
|
||||||
|
## multi-cluster sni east-west
|
||||||
|
#- name: tls
|
||||||
|
# port: 15443
|
||||||
|
# targetPort: 15443
|
||||||
|
# nodePort: 30044
|
||||||
|
# protocol: TCP
|
||||||
|
|
||||||
dnsNames: []
|
dnsNames: []
|
||||||
# - '*.example.com'
|
# - '*.example.com'
|
||||||
@ -93,17 +108,32 @@ istio-private-ingress:
|
|||||||
#nodeSelector: "31080_31443_31671_31672_31224"
|
#nodeSelector: "31080_31443_31671_31672_31224"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- name: http-status
|
- name: status-port
|
||||||
port: 15021
|
port: 15021
|
||||||
nodePort: 31021
|
nodePort: 31021
|
||||||
|
protocol: http
|
||||||
- name: http2
|
- name: http2
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
nodePort: 31080
|
nodePort: 31080
|
||||||
|
protocol: http2
|
||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
nodePort: 31443
|
nodePort: 31443
|
||||||
|
protocol: https
|
||||||
|
# multi-cluster
|
||||||
|
- name: tcp-istiod
|
||||||
|
port: 15012
|
||||||
|
targetPort: 15012
|
||||||
|
nodePort: 31012
|
||||||
|
protocol: TCP
|
||||||
|
# multi-cluster sni east-west
|
||||||
|
- name: tls
|
||||||
|
port: 15443
|
||||||
|
targetPort: 15443
|
||||||
|
nodePort: 31044
|
||||||
|
protocol: TCP
|
||||||
#- name: fluentd-forward
|
#- name: fluentd-forward
|
||||||
# port: 24224
|
# port: 24224
|
||||||
# nodePort: 31224
|
# nodePort: 31224
|
||||||
|
Loading…
Reference in New Issue
Block a user