X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F10-Nexus%2Fhelm%2Fnexus%2Ftemplates%2FpersistentVolumeClaim.yaml;fp=ric-infra%2F10-Nexus%2Fhelm%2Fnexus%2Ftemplates%2FpersistentVolumeClaim.yaml;h=0133e09f01c7fc5e48261982ce0cd3f3365449c2;hb=6f157d7b84f5c957c068146a300f25fd0983375f;hp=0000000000000000000000000000000000000000;hpb=b0d610ef0ba334c963cac6e2f3423657fda803dd;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/helm/nexus/templates/persistentVolumeClaim.yaml b/ric-infra/10-Nexus/helm/nexus/templates/persistentVolumeClaim.yaml new file mode 100644 index 00000000..0133e09f --- /dev/null +++ b/ric-infra/10-Nexus/helm/nexus/templates/persistentVolumeClaim.yaml @@ -0,0 +1,11 @@ +kind: PersistentVolumeClaim +apiVersion: v1 +metadata: + name: pvc-{{ include "common.name.nexus" . }} +spec: + accessModes: + - ReadWriteOnce + storageClassName: storageclass-{{ include "common.name.nexus" . }} + resources: + requests: + storage: {{ .Values.nexus.storagesize }}