Skip to content

Commit

Permalink
Add volume entries for the service
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Pham <[email protected]>
  • Loading branch information
leonpham0 committed Aug 16, 2023
1 parent 2c6a52b commit 2c6f952
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions charts/service/ci/custom-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,19 @@ hostAliases:
- anotherhost.com
- anotherhost2.com

volumeMounts:
- name: test-pv
mountPath: /tmp/

volumes:
- name: test-pv
persistentVolumeClaim:
claimName: test-pvc

persistentVolumeClaims:
- claimName: test-pv
- claimName: test-pvc
storageClass:
accessModes:
- ReadWriteMany
- ReadWriteOnce
name: standard
storage: 1Gi
2 changes: 1 addition & 1 deletion ci/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/tmp/data"
path: "/tmp/"

0 comments on commit 2c6f952

Please sign in to comment.