chore(chart): add configurable bucket hook resources

This commit is contained in:
hoppla20
2026-03-18 13:50:39 +01:00
parent 9ff96235c7
commit 62d8315b36
2 changed files with 7 additions and 0 deletions
@@ -189,6 +189,10 @@ spec:
{{- end }}
- containerPort: {{ .Values.master.grpcPort }}
#name: swfs-master-grpc
{{- with .Values.s3.createBucketsHook.resources }}
resources:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if .Values.filer.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.filer.containerSecurityContext "enabled" | toYaml | nindent 12 }}
{{- end }}
+3
View File
@@ -1076,6 +1076,9 @@ s3:
failureThreshold: 100
timeoutSeconds: 10
createBucketsHook:
resources: {}
ingress:
enabled: false
className: ""