mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
support tls in master-ingress
This commit is contained in:
parent
d818ca9631
commit
9b79a4124d
|
@ -22,6 +22,8 @@ metadata:
|
|||
app.kubernetes.io/component: master
|
||||
spec:
|
||||
ingressClassName: {{ .Values.master.ingress.className | quote }}
|
||||
tls:
|
||||
{{ .Values.master.ingress.tls | default list | toYaml | nindent 6 }}
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue