From fd287fefe8611977350f8dc7bcb1cab4b0a095e8 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Lopez Date: Thu, 7 Nov 2024 10:19:22 +0100 Subject: [PATCH] chore: cleaning agents yaml --- .../cbci/casc/oc/jcasc.k8s-agents.yaml | 32 +------------------ 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/blueprints/02-at-scale/cbci/casc/oc/jcasc.k8s-agents.yaml b/blueprints/02-at-scale/cbci/casc/oc/jcasc.k8s-agents.yaml index 69fe7927..48d78130 100644 --- a/blueprints/02-at-scale/cbci/casc/oc/jcasc.k8s-agents.yaml +++ b/blueprints/02-at-scale/cbci/casc/oc/jcasc.k8s-agents.yaml @@ -30,35 +30,5 @@ kube: operator: "Equal" value: "build-linux-l" yamlMergeStrategy: "override" - - label: "busybox-L-UI" - name: "busybox-L-UI" - containers: - - args: "99d" - command: "sleep" - image: "busybox:1.37.0-musl" - livenessProbe: - failureThreshold: 0 - initialDelaySeconds: 0 - periodSeconds: 0 - successThreshold: 0 - timeoutSeconds: 0 - name: "busybox" - resourceLimitMemory: "1Gi" - resourceRequestCpu: "250m" - resourceRequestMemory: "500Mi" - workingDir: "/home/jenkins/agent" - yaml: |- - apiVersion: "v1" - kind: "Pod" - spec: - nodeSelector: - kubernetes.io/os: linux - role: "build-linux-l" - size: "2x" - tolerations: - - effect: "NoSchedule" - key: "dedicated" - operator: "Equal" - value: "build-linux-l" - yamlMergeStrategy: "override" +