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
|
# targetMemoryUtilizationPercentage: 80
|
||||||
|
|
||||||
# Additional volumes on the output Deployment definition.
|
# Additional volumes on the output Deployment definition.
|
||||||
volumes: []
|
volumes:
|
||||||
# - name: foo
|
- name: testvol
|
||||||
# secret:
|
persistentVolumeClaim:
|
||||||
# secretName: mysecret
|
claimName: ytdata-datadir
|
||||||
# optional: false
|
volumeMounts:
|
||||||
|
- name: testvol
|
||||||
# Additional volumeMounts on the output Deployment definition.
|
mountPath: "/data"
|
||||||
volumeMounts: []
|
|
||||||
# - name: foo
|
|
||||||
# mountPath: "/etc/foo"
|
|
||||||
# readOnly: true
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue