Skip to content

Commit

Permalink
remove affinity (artifact from copy over), fix yaml parse error in 32c
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
  • Loading branch information
jeefy committed Oct 10, 2024
1 parent 33bef5c commit 3ec4740
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 49 deletions.
9 changes: 0 additions & 9 deletions ci/cluster/equinix/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,6 @@ template:
## requests:
## storage: 1Gi
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node.kubernetes.io/instance-type
operator: In
values:
- c3.medium.x86
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
Expand Down
11 changes: 1 addition & 10 deletions ci/cluster/equinix/runners/2cpu-8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,7 @@ template:
## resources:
## requests:
## storage: 1Gi
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node.kubernetes.io/instance-type
operator: In
values:
- c3.small.x86
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
Expand Down
16 changes: 4 additions & 12 deletions ci/cluster/equinix/runners/32cpu-256gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# - example.org

## maxRunners is the max number of runners the autoscaling runner set will scale up to.
maxRunners: 10
maxRunners: 20

## minRunners is the min number of idle runners. The target number of runners created will be
## calculated as a sum of minRunners and the number of jobs assigned to the scale set.
Expand Down Expand Up @@ -80,7 +80,8 @@ listenerTemplate:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists# containers:
operator: Exists
# containers:
# # Use this section to append additional configuration to the listener container.
# # If you change the name of the container, the configuration will not be applied to the listener,
# # and it will be treated as a side-car container.
Expand Down Expand Up @@ -176,16 +177,7 @@ template:
## requests:
## storage: 1Gi
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node.kubernetes.io/instance-type
operator: In
values:
- m3.large.x86
containers:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
imagePullPolicy: Always
Expand Down
9 changes: 0 additions & 9 deletions ci/cluster/equinix/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,6 @@ template:
## requests:
## storage: 1Gi
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node.kubernetes.io/instance-type
operator: In
values:
- c3.small.x86
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
Expand Down
9 changes: 0 additions & 9 deletions ci/cluster/equinix/runners/keda-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,6 @@ template:
## requests:
## storage: 1Gi
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node.kubernetes.io/instance-type
operator: In
values:
- c3.small.x86
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
Expand Down

0 comments on commit 3ec4740

Please sign in to comment.