Make Istio Ingress hosts specific matching the cert
This commit is contained in:
parent
6adcddf4d6
commit
982685aa4b
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-istio
|
name: kubezero-istio
|
||||||
description: KubeZero Umbrella Chart for Istio
|
description: KubeZero Umbrella Chart for Istio
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
appVersion: 1.6.7
|
appVersion: 1.6.7
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
|
@ -14,7 +14,7 @@ spec:
|
|||||||
name: http
|
name: http
|
||||||
protocol: HTTP2
|
protocol: HTTP2
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
tls:
|
tls:
|
||||||
httpsRedirect: true
|
httpsRedirect: true
|
||||||
- port:
|
- port:
|
||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
name: https
|
name: https
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
tls:
|
tls:
|
||||||
mode: SIMPLE
|
mode: SIMPLE
|
||||||
privateKey: /etc/istio/ingressgateway-certs/tls.key
|
privateKey: /etc/istio/ingressgateway-certs/tls.key
|
||||||
@ -47,7 +47,7 @@ spec:
|
|||||||
name: http
|
name: http
|
||||||
protocol: HTTP2
|
protocol: HTTP2
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
tls:
|
tls:
|
||||||
httpsRedirect: true
|
httpsRedirect: true
|
||||||
- port:
|
- port:
|
||||||
@ -55,7 +55,7 @@ spec:
|
|||||||
name: https
|
name: https
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
tls:
|
tls:
|
||||||
mode: SIMPLE
|
mode: SIMPLE
|
||||||
privateKey: /etc/istio/ingressgateway-certs/tls.key
|
privateKey: /etc/istio/ingressgateway-certs/tls.key
|
||||||
@ -66,17 +66,17 @@ spec:
|
|||||||
name: amqp
|
name: amqp
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
- port:
|
- port:
|
||||||
number: 5671
|
number: 5671
|
||||||
name: amqps
|
name: amqps
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
- port:
|
- port:
|
||||||
number: 24224
|
number: 24224
|
||||||
name: fluentd-forward
|
name: fluentd-forward
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
{{- toYaml .Values.ingress.dnsNames | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -9,8 +9,9 @@ ingress:
|
|||||||
private:
|
private:
|
||||||
enabled: true
|
enabled: true
|
||||||
nodeSelector: "31080_31443_30671_30672_31224"
|
nodeSelector: "31080_31443_30671_30672_31224"
|
||||||
#dnsNames:
|
dnsNames:
|
||||||
#- "*.example.com"
|
- "*.example.com"
|
||||||
|
- "fck.me"
|
||||||
|
|
||||||
istio-operator:
|
istio-operator:
|
||||||
hub: docker.io/istio
|
hub: docker.io/istio
|
||||||
|
Loading…
Reference in New Issue
Block a user