Skip to content

Commit

Permalink
bump affinity
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Sep 9, 2024
1 parent 1c11624 commit 81277c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.111.5-pre-04
version: 1.111.5-pre-05

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
24 changes: 13 additions & 11 deletions charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@ dns_domain: elfhosted.com

tooling_image: &tooling_image ghcr.io/elfhosted/tooling:focal-20240530@sha256:458d1f3b54e9455b5cdad3c341d6853a6fdd75ac3f1120931ca3c09ac4b588de

# all RD pods have to exist with zurg
standard_affinity: &standard_affinity
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.elfhosted.com/name
operator: In
values:
- zurg
topologyKey: "kubernetes.io/hostname"

soft_affinity: &soft_affinity
podAffinity:
Expand All @@ -119,6 +108,19 @@ soft_affinity: &soft_affinity
- zurg
topologyKey: "kubernetes.io/hostname"


# all RD pods have to exist with zurg - make this soft for now
standard_affinity: *soft_affinity
# podAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# - labelSelector:
# matchExpressions:
# - key: app.elfhosted.com/name
# operator: In
# values:
# - zurg
# topologyKey: "kubernetes.io/hostname"

dedicated_affinity: &dedicated_affinity
affinity:
nodeAffinity:
Expand Down

0 comments on commit 81277c3

Please sign in to comment.