🔥 Remove nodeSelectorTerms from hub and front pods

This commit is contained in:
M. Mert Yildiran
2023-07-06 21:28:32 +03:00
parent 0f1f832ddd
commit 9a7c23f070
2 changed files with 0 additions and 14 deletions

View File

@@ -52,11 +52,4 @@ spec:
- effect: NoSchedule
operator: Exists
{{- end }}
{{- if gt (len .Values.tap.nodeselectorterms) 0}}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
{{- toYaml .Values.tap.nodeselectorterms | nindent 8 }}
{{- end }}
status: {}

View File

@@ -50,11 +50,4 @@ spec:
- effect: NoSchedule
operator: Exists
{{- end }}
{{- if gt (len .Values.tap.nodeselectorterms) 0}}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
{{- toYaml .Values.tap.nodeselectorterms | nindent 8 }}
{{- end }}
status: {}