diff --git a/deploy/df-wiki/templates/deployment.yaml b/deploy/df-wiki/templates/deployment.yaml index 9542cf3644393a5ec8d1f91170d8d2563e9109c0..fbb5031e1d9fa1777e2766b292edf0547643f0a5 100644 --- a/deploy/df-wiki/templates/deployment.yaml +++ b/deploy/df-wiki/templates/deployment.yaml @@ -56,8 +56,6 @@ 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 @@ -83,9 +81,6 @@ 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 diff --git a/deploy/df-wiki/templates/pvc-structure-ceph.yaml b/deploy/df-wiki/templates/pvc-structure-ceph.yaml deleted file mode 100644 index 521bb42024f3a7629d53a368204cc33341469c21..0000000000000000000000000000000000000000 --- a/deploy/df-wiki/templates/pvc-structure-ceph.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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