1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 20:09:30 +02:00

helm chart: make s3 ingress annotations consistent (#5463)

Make s3 ingress annotations consistent
This commit is contained in:
mergwyn 2024-04-03 17:09:34 +01:00 committed by GitHub
parent b4def8f000
commit 881c922972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -10,9 +10,9 @@ kind: Ingress
metadata: metadata:
name: ingress-{{ template "seaweedfs.name" . }}-s3 name: ingress-{{ template "seaweedfs.name" . }}-s3
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
{{- with .Values.s3.ingress.annotations }} {{- if .Values.s3.ingress.annotations }}
annotations: annotations:
{{- toYaml . | nindent 4 }} {{- tpl .Values.s3.ingress.annotations . | nindent 4 }}
{{- end }} {{- end }}
labels: labels:
app.kubernetes.io/name: {{ template "seaweedfs.name" . }} app.kubernetes.io/name: {{ template "seaweedfs.name" . }}

View file

@ -746,7 +746,7 @@ s3:
# host: false for "*" hostname # host: false for "*" hostname
host: "seaweedfs.cluster.local" host: "seaweedfs.cluster.local"
# additional ingress annotations for the s3 endpoint # additional ingress annotations for the s3 endpoint
annotations: [] annotations: ""
tls: [] tls: []
certificates: certificates: