From 3cd561677f39fad3a02820106ba0d340efe6aac1 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 4 Aug 2023 08:40:39 +0200 Subject: Rename oolah.tyil.net k3s cluster to tyilnet This is an actual cluster now, after all, not a single node deployment like the other k3s-master instances, which will most likely all be taken out of order with time. --- .../auth-system/lldap/persistent-volume-claim.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data.d/k3s-master/manifests.d/tyilnet/auth-system/lldap/persistent-volume-claim.yaml (limited to 'data.d/k3s-master/manifests.d/tyilnet/auth-system/lldap/persistent-volume-claim.yaml') diff --git a/data.d/k3s-master/manifests.d/tyilnet/auth-system/lldap/persistent-volume-claim.yaml b/data.d/k3s-master/manifests.d/tyilnet/auth-system/lldap/persistent-volume-claim.yaml new file mode 100644 index 0000000..17a812b --- /dev/null +++ b/data.d/k3s-master/manifests.d/tyilnet/auth-system/lldap/persistent-volume-claim.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: lldap + namespace: auth-system + labels: + app.kubernetes.io/created-by: tyil + app.kubernetes.io/managed-by: manual + app.kubernetes.io/name: lldap + app.kubernetes.io/part-of: auth-system +spec: + storageClassName: nfs + volumeName: lldap + accessModes: + - ReadWriteMany + resources: + requests: + storage: 1Gi +... -- cgit v1.1