Skip to content

Commit

Permalink
R2025a Prerelease: CTF Management API - updated pvc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinerMW committed Dec 3, 2024
1 parent 019510e commit a71f4de
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,14 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: dynamic-auto-deploy
namespace: {{ .Release.Namespace }}
labels:
release: {{ .Release.Name }}
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: {{ .Values.matlabProductionServerSettings.autoDeploy.archivesApi.storage | default "10Gi" | quote }}
storage: {{ .Values.matlabProductionServerSettings.autoDeploy.archivesApi.storage | default "4Gi" | quote }}
{{ end }}

0 comments on commit a71f4de

Please sign in to comment.