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. --- .../oolah/auth-system/lldap/persistent-volume.yaml | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 data.d/k3s-master/manifests.d/oolah/auth-system/lldap/persistent-volume.yaml (limited to 'data.d/k3s-master/manifests.d/oolah/auth-system/lldap/persistent-volume.yaml') diff --git a/data.d/k3s-master/manifests.d/oolah/auth-system/lldap/persistent-volume.yaml b/data.d/k3s-master/manifests.d/oolah/auth-system/lldap/persistent-volume.yaml deleted file mode 100644 index 4501e8f..0000000 --- a/data.d/k3s-master/manifests.d/oolah/auth-system/lldap/persistent-volume.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -apiVersion: v1 -kind: PersistentVolume -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 - persistentVolumeReclaimPolicy: Recycle - volumeMode: Filesystem - capacity: - storage: 1Gi - accessModes: - - ReadWriteMany - nfs: - path: /lldap - server: 10.57.101.10 - mountOptions: - - hard - - nfsvers=4.2 -... -- cgit v1.1