Try some options for pvc
This commit is contained in:
parent
42e500e2cb
commit
29d8638215
|
@ -30,6 +30,7 @@ spec:
|
|||
- name: init-config
|
||||
mountPath: /config
|
||||
subPath: config
|
||||
readOnly: true
|
||||
resources: {}
|
||||
initContainers:
|
||||
- image: docker.sunet.se/drive/portal:0.1.0-4
|
||||
|
@ -38,6 +39,7 @@ spec:
|
|||
- name: init-config
|
||||
mountPath: /config
|
||||
subPath: config
|
||||
readOnly: false
|
||||
env:
|
||||
- name: DRIVE_DOMAIN
|
||||
value: "https://drive.test.sunet.se"
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
storageClassName: csi-sc-cinderplugin
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
|
Loading…
Reference in a new issue