Skip to content

Commit

Permalink
Edit claim name to be more generic (NON AWS)
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit96 committed Oct 8, 2024
1 parent ac1df46 commit e9c13b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ kubectl apply -f pvc/
```
persistentVolumeClaim:
claimName: efs-claim-autoscaling-2 (Edit your claimName)
claimName: nfs-claim-autoscaling-2 (Edit your claimName)
```
## Triton Preparation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: efs-claim-autoscaling-2
name: nfs-claim-autoscaling-2
spec:
accessModes:
- ReadWriteMany
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
type: DirectoryOrCreate
- name: model-repository
persistentVolumeClaim:
claimName: efs-claim-autoscaling-2
claimName: nfs-claim-autoscaling-2
- name: dshm
emptyDir:
medium: Memory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
volumes:
- name: model-repository
persistentVolumeClaim:
claimName: efs-claim-autoscaling-2
claimName: nfs-claim-autoscaling-2
- name: dshm
emptyDir:
medium: Memory
Expand Down

0 comments on commit e9c13b8

Please sign in to comment.