Skip to content

Commit

Permalink
chore: cleaning agents yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Nov 7, 2024
1 parent 2bb6414 commit fd287fe
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions blueprints/02-at-scale/cbci/casc/oc/jcasc.k8s-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


0 comments on commit fd287fe

Please sign in to comment.