Kubernetes.K3s.installLog/services/Gotify/persistentvolumeclaim-flexvolsmb-gotify-data.yaml

13 lines
234 B
YAML
Raw Normal View History

2023-09-19 08:02:18 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
2024-01-02 06:31:53 +00:00
name: flexvolsmb-gotify-data
namespace: gotify
2023-09-19 08:02:18 +00:00
spec:
accessModes:
- ReadWriteMany
2024-01-02 06:31:53 +00:00
storageClassName: flexvolsmb-gotify-data
2023-09-19 08:02:18 +00:00
resources:
requests:
storage: 1Gi