From 8032458ecc97f30c43e5772cddd23955a02afec8 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 24 Nov 2025 07:32:26 -0600 Subject: [PATCH] jenkins: updatecheck: Pin to VM nodes Until I get the storage VLAN connected to the Raspberry Pi cluster, any Pod that needs a PV backed by the Synology has to run on a VM node. --- jenkins/kustomization.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/jenkins/kustomization.yaml b/jenkins/kustomization.yaml index f14f05d..01e1f49 100644 --- a/jenkins/kustomization.yaml +++ b/jenkins/kustomization.yaml @@ -35,6 +35,19 @@ patches: volumeName: jenkins storageClassName: '' +- patch: |- + apiVersion: batch/v1 + kind: CronJob + metadata: + name: updatecheck + namespace: jenkins + spec: + jobTemplate: + spec: + template: + spec: + nodeSelector: + network.du5t1n.me/storage: 'true' - patch: | apiVersion: v1 kind: PersistentVolumeClaim