Skip to content
Snippets Groups Projects
Commit b425779d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

test ceph

parent a44d9297
No related branches found
No related tags found
1 merge request!227Use and create sanitized refseq index
Pipeline #126644 waiting for manual action
This commit is part of merge request !226. Comments created here will be created in the context of that merge request.
......@@ -56,6 +56,8 @@ spec:
mountPath: /etc/nginx/conf.d/
- name: structure-data-pvc
mountPath: /usr/share/nginx/html
- name: structure-data-ceph
mountPath: /test-ceph
- name: website-pvc
mountPath: /website
......@@ -81,6 +83,9 @@ spec:
- name: structure-data-pvc
persistentVolumeClaim:
claimName: structure-data-pvc
- name: structure-data-ceph
persistentVolumeClaim:
claimName: structure-data-ceph
- name: website-pvc
persistentVolumeClaim:
claimName: website-pvc
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: structure-data-ceph
annotations:
"helm.sh/resource-policy": keep
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 3Gi
storageClassName: ceph-block
volumeMode: Filesystem
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment