diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-26 21:24:51 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-26 21:24:51 +0100 |
| commit | c23aef5069076aef47aaff35f70492aaf83462f7 (patch) | |
| tree | dbdcc282b57cf0ff57f8f9f3edb59d17e84b93ea /kubernetes/puter/puter-claim0-persistentvolumeclaim.yaml | |
| parent | 59478b04fba7638254fc73ce6070ea90fa6e00c2 (diff) | |
| download | homelab-iac-c23aef5069076aef47aaff35f70492aaf83462f7.tar.gz homelab-iac-c23aef5069076aef47aaff35f70492aaf83462f7.tar.bz2 homelab-iac-c23aef5069076aef47aaff35f70492aaf83462f7.zip | |
k8s: adds puter, converted w/ kompose (w.i.p.)
Diffstat (limited to '')
| -rw-r--r-- | kubernetes/puter/puter-claim0-persistentvolumeclaim.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/puter/puter-claim0-persistentvolumeclaim.yaml b/kubernetes/puter/puter-claim0-persistentvolumeclaim.yaml new file mode 100644 index 0000000..a1fbd92 --- /dev/null +++ b/kubernetes/puter/puter-claim0-persistentvolumeclaim.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + labels: + io.kompose.service: puter-claim0 + name: puter-claim0 +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 100Mi |
