test pvc
parent
fc1840833c
commit
bf560461e7
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: ytdata-datadir
|
||||
labels:
|
||||
{{- include "yt-stats-chart.labels" . | nindent 4 }}
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: "1Gi"
|
|
@ -91,17 +91,13 @@ autoscaling:
|
|||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
# Additional volumes on the output Deployment definition.
|
||||
volumes: []
|
||||
# - name: foo
|
||||
# secret:
|
||||
# secretName: mysecret
|
||||
# optional: false
|
||||
|
||||
# Additional volumeMounts on the output Deployment definition.
|
||||
volumeMounts: []
|
||||
# - name: foo
|
||||
# mountPath: "/etc/foo"
|
||||
# readOnly: true
|
||||
volumes:
|
||||
- name: testvol
|
||||
persistentVolumeClaim:
|
||||
claimName: ytdata-datadir
|
||||
volumeMounts:
|
||||
- name: testvol
|
||||
mountPath: "/data"
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue