🔧(helm) remove affinity for jobs

Affinity isn't necessary for jobs.
Please have a look to PR #509
This commit is contained in:
Ghislain LE MEUR
2025-04-30 16:27:58 +02:00
committed by aleb_the_flash
parent 500c690fa0
commit 82d840a15f
3 changed files with 1 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: v2
type: application
name: meet
version: 0.0.5
version: 0.0.6

View File

@@ -75,10 +75,6 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.backend.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.backend.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}

View File

@@ -75,10 +75,6 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.backend.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.backend.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}