Skip to content

Commit

Permalink
Change storage class for prod PVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Nov 26, 2024
1 parent 9dd5c1e commit a3021d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: PersistentVolumeClaim
metadata:
name: flatbacks-files
spec:
storageClassName: azurefile-csi-retain
storageClassName: azurefile-csi-retain-zrs
volumeMode: Filesystem
accessModes:
- ReadWriteMany
Expand Down

0 comments on commit a3021d8

Please sign in to comment.