Skip to content

Commit

Permalink
Merge pull request #15 from WyriHaximusNet/redirect-drop-nodeSelector…
Browse files Browse the repository at this point in the history
…-tolerations-affinity-config

Drop off nodeSelector, tolerations, and affinity config
  • Loading branch information
WyriHaximus authored Jul 10, 2020
2 parents a9f16a8 + 3f1f25e commit f8e68bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 0 additions & 12 deletions charts/redirect/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
7 changes: 0 additions & 7 deletions charts/redirect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,3 @@ resources:
requests:
cpu: 50m
memory: 32Mi

## WE should set this to always run on two different nodes
nodeSelector: {}

tolerations: []

affinity: {}

0 comments on commit f8e68bf

Please sign in to comment.