From bfda12a7b10a78497e803b05282a097b4210a185 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 8 Apr 2020 23:01:00 +0200 Subject: [PATCH] Empty default affinity --- charts/redirect/Chart.yaml | 2 +- charts/redirect/values.yaml | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 6e74680..5d9abaf 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -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. diff --git a/charts/redirect/values.yaml b/charts/redirect/values.yaml index 74bd1f9..6e890da 100644 --- a/charts/redirect/values.yaml +++ b/charts/redirect/values.yaml @@ -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: {}