Skip to content

Commit

Permalink
Merge pull request #3 from WyriHaximusNet/redirect/empty-default-affi…
Browse files Browse the repository at this point in the history
…nity

Empty default affinity
  • Loading branch information
WyriHaximus authored Apr 8, 2020
2 parents 94685d8 + bfda12a commit 9cb6080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/redirect/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.
version: 0.0.3
version: 0.0.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
13 changes: 1 addition & 12 deletions charts/redirect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,4 @@ nodeSelector: {}

tolerations: []

affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- redirect
topologyKey: "kubernetes.io/hostname"
affinity: {}

0 comments on commit 9cb6080

Please sign in to comment.