fix(nubus): Add nubusStackDataUms new object storage structure

This commit is contained in:
Norbert Tretkowski
2025-02-11 16:12:59 +01:00
parent 9c4d324f59
commit 70c5404b16

View File

@@ -1089,6 +1089,14 @@ nubusStackDataUms:
imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }}
initResources:
{{ .Values.resources.umsStackDataUms | toYaml | nindent 4 }}
nubusPortalConsumer:
objectStorage:
bucketName: {{ .Values.objectstores.nubus.bucket | quote }}
endpoint: {{ printf "https://%s" (.Values.objectstores.nubus.endpoint | default (printf "%s.%s" .Values.global.hosts.minioApi .Values.global.domain)) | quote }}
nubusPortalServer:
objectStorage:
bucketName: {{ .Values.objectstores.nubus.bucket | quote }}
endpoint: {{ printf "https://%s" (.Values.objectstores.nubus.endpoint | default (printf "%s.%s" .Values.global.hosts.minioApi .Values.global.domain)) | quote }}
# In openDesk the external memcache does not expect a username to be set. Overwriting
# the default username of `selfservice` is part of the customizing:
nubusUmcServer: