#1928 openscanhub: use NFS volume for storing task results
Merged 5 months ago by zlopez. Opened 5 months ago by svashisht.
fedora-infra/ svashisht/ansible use-nfs-volumes  into  main

@@ -3,10 +3,10 @@ 

  metadata:

    name: openscanhub-pvc-var-lib-osh

  spec:

-   # TODO: This name should be set when `storageClassName` is NFS

-   # volumeName: fedora-openscanhub-var-lib-osh-{{env_short}}

+   # This volume is on NFS.

+   volumeName: fedora-openscanhub-var-lib-osh-{{env_short}}

    accessModes:

-   - ReadWriteOnce

+   - ReadWriteMany

    resources:

      requests:

        # This should be manually expanded when production
@@ -16,5 +16,4 @@ 

  {% else %}

        storage: 512Gi

  {% endif %}

-   storageClassName: 'ocs-storagecluster-cephfs'

-   volumeMode: Filesystem

+   storageClassName: ''