mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
Update TLS for ingress (#1367)
This commit is contained in:
parent
bada6dae68
commit
e93cd978e8
@ -33,7 +33,14 @@ spec:
|
|||||||
number: 80
|
number: 80
|
||||||
path: /()(.*)
|
path: /()(.*)
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls: {{ .Values.tap.ingress.tls | toYaml }}
|
tls:
|
||||||
|
{{- range .Values.tap.ingress.tls }}
|
||||||
|
- hosts:
|
||||||
|
{{- range .hosts }}
|
||||||
|
- {{ . | quote }}
|
||||||
|
{{- end }}
|
||||||
|
secretName: {{ .secretName }}
|
||||||
|
{{- end }}
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user