mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 08:21:40 +01:00
fix(nubus): proper hierarchy for pvc size
the previous hierarchy had no effect and the upstream default of 100MiB was always used. Since PVCs are immutable, this is a breaking change.
This commit is contained in:
committed by
Thorsten Roßner
parent
2e992fc236
commit
3bd02ce13b
@@ -591,8 +591,9 @@ nubusPortalConsumer:
|
|||||||
accessKey: {{ .Values.objectstores.nubus.username | quote }}
|
accessKey: {{ .Values.objectstores.nubus.username | quote }}
|
||||||
secretKey: {{ .Values.objectstores.nubus.secretKey | default .Values.secrets.minio.umsUser | quote }}
|
secretKey: {{ .Values.objectstores.nubus.secretKey | default .Values.secrets.minio.umsUser | quote }}
|
||||||
persistence:
|
persistence:
|
||||||
size: {{ .Values.persistence.storages.nubusPortalConsumer.size | quote }}
|
groupMembershipCache:
|
||||||
storageClass: {{ coalesce .Values.persistence.storages.nubusPortalConsumer.storageClassName .Values.persistence.storageClassNames.RWO | quote }}
|
size: {{ .Values.persistence.storages.nubusPortalConsumer.size | quote }}
|
||||||
|
storageClass: {{ coalesce .Values.persistence.storages.nubusPortalConsumer.storageClassName .Values.persistence.storageClassNames.RWO | quote }}
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
intents.otterize.com/service-name: "ums-portal-consumer"
|
intents.otterize.com/service-name: "ums-portal-consumer"
|
||||||
provisioningApi:
|
provisioningApi:
|
||||||
|
|||||||
Reference in New Issue
Block a user