mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-21 00:13:43 +08:00
helm chart: make s3 ingress annotations consistent (#5463)
Make s3 ingress annotations consistent
This commit is contained in:
parent
b4def8f000
commit
881c922972
@ -10,9 +10,9 @@ kind: Ingress
|
||||
metadata:
|
||||
name: ingress-{{ template "seaweedfs.name" . }}-s3
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- with .Values.s3.ingress.annotations }}
|
||||
{{- if .Values.s3.ingress.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- tpl .Values.s3.ingress.annotations . | nindent 4 }}
|
||||
{{- end }}
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ template "seaweedfs.name" . }}
|
||||
|
@ -746,7 +746,7 @@ s3:
|
||||
# host: false for "*" hostname
|
||||
host: "seaweedfs.cluster.local"
|
||||
# additional ingress annotations for the s3 endpoint
|
||||
annotations: []
|
||||
annotations: ""
|
||||
tls: []
|
||||
|
||||
certificates:
|
||||
|
Loading…
Reference in New Issue
Block a user