diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 7254268..b970c70 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -16,7 +16,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.1.2 +version: 0.2.0 # 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/templates/deployment.yaml b/charts/redirect/templates/deployment.yaml index cda07c4..8013c0d 100644 --- a/charts/redirect/templates/deployment.yaml +++ b/charts/redirect/templates/deployment.yaml @@ -66,15 +66,3 @@ spec: - name: {{ include ".helm.fullname" . }}-volume configMap: name: {{ include ".helm.fullname" . }} - {{- with .Values.nodeSelector }} - nodeSelector: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.affinity }} - affinity: - {{- toYaml . | nindent 8 }} - {{- end }} - {{- with .Values.tolerations }} - tolerations: - {{- toYaml . | nindent 8 }} - {{- end }} diff --git a/charts/redirect/values.yaml b/charts/redirect/values.yaml index 28f9025..128855f 100644 --- a/charts/redirect/values.yaml +++ b/charts/redirect/values.yaml @@ -62,10 +62,3 @@ resources: requests: cpu: 50m memory: 32Mi - -## WE should set this to always run on two different nodes -nodeSelector: {} - -tolerations: [] - -affinity: {}