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: {}