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