Skip to content

Commit

Permalink
chore: test sc
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Dec 8, 2024
1 parent cae1d20 commit cc218ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/supporting-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resources:
- minio-tenant-config-secret-sealed.yaml

# Truenas CSP
- truenas-test-pvc.yaml
- truenas-csp.yaml
- truenas-csp-storage-class.yaml
- truenas-csp-secret-sealed.yaml
12 changes: 12 additions & 0 deletions infrastructure/supporting-infra/truenas-test-pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: my-pvc
namespace: truenas-csp # Replace with your desired namespace
spec:
accessModes:
- ReadWriteOnce # Adjust based on your requirements: ReadWriteOnce, ReadOnlyMany, or ReadWriteMany
resources:
requests:
storage: 10Gi # Specify the required storage size
storageClassName: truenas-storageclass

0 comments on commit cc218ca

Please sign in to comment.