mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
test
This commit is contained in:
parent
0e77ab4085
commit
54472d9737
2 changed files with 42 additions and 0 deletions
18
uptimekuma/templates/kuma-pvc.yaml
Normal file
18
uptimekuma/templates/kuma-pvc.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/component: app
|
||||
app.kubernetes.io/instance: uptimekuma
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: uptimekuma
|
||||
helm.sh/chart: uptimekuma-2.14.4
|
||||
name: uptimekuma-pvc
|
||||
namespace: uptimekuma
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
storageClassName: nfs-storage
|
||||
Loading…
Add table
Add a link
Reference in a new issue