removed unneccesary scripts
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2026-01-13 15:17:38 +11:00
parent c5630e2a14
commit 4338e56002
6 changed files with 0 additions and 60 deletions

View File

@@ -1,4 +0,0 @@
kubectl apply -f pv-apim-audit.yaml
kubectl apply -f pv-apim-events.yaml
kubectl apply -f pv-apim-opentraffic.yaml
kubectl apply -f pv-apim-payloads.yaml

View File

@@ -1,4 +0,0 @@
kubectl delete -f pv-apim-audit.yaml
kubectl delete -f pv-apim-events.yaml
kubectl delete -f pv-apim-opentraffic.yaml
kubectl delete -f pv-apim-payloads.yaml

View File

@@ -1,13 +0,0 @@
kind: PersistentVolume
apiVersion: v1
metadata:
name: apim-audit
spec:
capacity:
storage: 1Gi
nfs:
server: 192.168.0.105
path: /nfs/NFS/ocp/apim-audit-ocp
storageClassName: nfs-csi
accessModes:
- ReadWriteMany

View File

@@ -1,13 +0,0 @@
kind: PersistentVolume
apiVersion: v1
metadata:
name: apim-events
spec:
capacity:
storage: 1Gi
nfs:
server: 192.168.0.105
path: /nfs/NFS/ocp/apim-events-ocp
storageClassName: nfs-csi
accessModes:
- ReadWriteMany

View File

@@ -1,13 +0,0 @@
kind: PersistentVolume
apiVersion: v1
metadata:
name: apim-opentraffic
spec:
capacity:
storage: 8Gi
nfs:
server: 192.168.0.105
path: /nfs/NFS/ocp/apim-opentraffic-ocp
storageClassName: nfs-csi
accessModes:
- ReadWriteOnce

View File

@@ -1,13 +0,0 @@
kind: PersistentVolume
apiVersion: v1
metadata:
name: apim-payloads
spec:
capacity:
storage: 16Gi
nfs:
server: 192.168.0.105
path: /nfs/NFS/ocp/apim-payloads-ocp
storageClassName: nfs-csi
accessModes:
- ReadWriteOnce