From 976a6e867d77423cb0576c2a9b84215da22ed2a6 Mon Sep 17 00:00:00 2001 From: Benedikt Daurer Date: Fri, 29 Aug 2025 16:03:00 +0100 Subject: [PATCH] Migrate local-path PVCs to netapp --- e02/templates/mib2x-auto.yaml | 2 +- httomo/templates/cor-sweep.yaml | 2 +- httomo/templates/httomo-gpu-template-test.yaml | 2 +- ptypy/templates/ptypy-cpu-moonflower-test.yaml | 2 +- ptypy/templates/ptypy-cpu-workflow-template.yaml | 2 +- ptypy/templates/ptypy-gpu-moonflower-test.yaml | 2 +- ptypy/templates/ptypy-gpu-workflow-template.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e02/templates/mib2x-auto.yaml b/e02/templates/mib2x-auto.yaml index ff74386..c65548d 100644 --- a/e02/templates/mib2x-auto.yaml +++ b/e02/templates/mib2x-auto.yaml @@ -15,7 +15,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp templates: - name: e02-mib2x-auto inputs: diff --git a/httomo/templates/cor-sweep.yaml b/httomo/templates/cor-sweep.yaml index 90e6ff9..d0b366e 100644 --- a/httomo/templates/cor-sweep.yaml +++ b/httomo/templates/cor-sweep.yaml @@ -40,7 +40,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp arguments: parameters: - name: visitdir diff --git a/httomo/templates/httomo-gpu-template-test.yaml b/httomo/templates/httomo-gpu-template-test.yaml index 8915464..2bea29a 100644 --- a/httomo/templates/httomo-gpu-template-test.yaml +++ b/httomo/templates/httomo-gpu-template-test.yaml @@ -12,7 +12,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp arguments: parameters: - name: visitdir diff --git a/ptypy/templates/ptypy-cpu-moonflower-test.yaml b/ptypy/templates/ptypy-cpu-moonflower-test.yaml index 1fc707d..6ebe837 100644 --- a/ptypy/templates/ptypy-cpu-moonflower-test.yaml +++ b/ptypy/templates/ptypy-cpu-moonflower-test.yaml @@ -12,7 +12,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp arguments: parameters: - name: visitdir diff --git a/ptypy/templates/ptypy-cpu-workflow-template.yaml b/ptypy/templates/ptypy-cpu-workflow-template.yaml index 5f8a860..d15160e 100644 --- a/ptypy/templates/ptypy-cpu-workflow-template.yaml +++ b/ptypy/templates/ptypy-cpu-workflow-template.yaml @@ -40,7 +40,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp arguments: parameters: - name: visitdir diff --git a/ptypy/templates/ptypy-gpu-moonflower-test.yaml b/ptypy/templates/ptypy-gpu-moonflower-test.yaml index d701c2c..77b7399 100644 --- a/ptypy/templates/ptypy-gpu-moonflower-test.yaml +++ b/ptypy/templates/ptypy-gpu-moonflower-test.yaml @@ -12,7 +12,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp arguments: parameters: - name: visitdir diff --git a/ptypy/templates/ptypy-gpu-workflow-template.yaml b/ptypy/templates/ptypy-gpu-workflow-template.yaml index 0631b9a..173c6b3 100644 --- a/ptypy/templates/ptypy-gpu-workflow-template.yaml +++ b/ptypy/templates/ptypy-gpu-workflow-template.yaml @@ -12,7 +12,7 @@ spec: resources: requests: storage: 1Gi - storageClassName: local-path + storageClassName: netapp arguments: parameters: - name: visitdir