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/personal-services/nextcloud/cron.yaml | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 data.d/k3s-master/manifests.d/oolah/personal-services/nextcloud/cron.yaml (limited to 'data.d/k3s-master/manifests.d/oolah/personal-services/nextcloud/cron.yaml') diff --git a/data.d/k3s-master/manifests.d/oolah/personal-services/nextcloud/cron.yaml b/data.d/k3s-master/manifests.d/oolah/personal-services/nextcloud/cron.yaml deleted file mode 100644 index 1f0b3a1..0000000 --- a/data.d/k3s-master/manifests.d/oolah/personal-services/nextcloud/cron.yaml +++ /dev/null @@ -1,34 +0,0 @@ ---- -apiVersion: batch/v1 -kind: CronJob -metadata: - name: nextcloud - namespace: personal-services -spec: - schedule: "*/5 * * * *" - jobTemplate: - spec: - template: - spec: - securityContext: - runAsUser: 33 - runAsGroup: 33 - nodeName: "mieshu.tyil.net" - containers: - - name: nextcloud - image: nextcloud:27 - command: - - php - args: - - -f - - /var/www/html/cron.php - volumeMounts: - - mountPath: /var/www/html - name: data - restartPolicy: OnFailure - volumes: - - name: data - hostPath: - path: /mnt/pool/nextcloud - type: Directory -... -- cgit v1.1