Skip to content

Commit

Permalink
Adding pvc cache for triton
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 26, 2023
1 parent 5c85b67 commit 343e987
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/tritoninferenceserver-hypha/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# pvc-pod-demo.yaml

apiVersion: v1
kind: PersistentVolumeClaim
{{- if .Values.pvc.metadata }}
spec:
{{ toYaml .Values.pvc.spec | indent 2 }}

0 comments on commit 343e987

Please sign in to comment.