Skip to content

Commit

Permalink
Merge pull request #49 from alchemy-fr/PS-673_nodeSelector
Browse files Browse the repository at this point in the history
PS-673 set nodeSelector ident to 8
  • Loading branch information
nmaillat authored Oct 14, 2024
2 parents d52934b + 1bb171b commit 841ecf6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: 1.3.0-alpha4
version: 1.3.0-alpha5

# 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
2 changes: 1 addition & 1 deletion charts/phrasea/templates/api-nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
containers:
- name: {{ $appName }}-api-nginx
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/api-php-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 6 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/configurator/configure-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
template:
spec:
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 6 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/configurator/migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
template:
spec:
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 6 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
containers:
- name: dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/keycloak/keycloak-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
containers:
- name: keycloak
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/migrate-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 6 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
template:
spec:
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
containers:
- name: {{ $jobName }}
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/minio/minio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
tier: minio
spec:
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
containers:
- name: minio
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/report/report-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
containers:
- name: report-api
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/setup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 6 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/worker-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if $.Values.nodeSelector }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 4 }}
nodeSelector: {{ toYaml $.Values.nodeSelector | nindent 8 }}
{{- end }}
volumes:
{{- include "volumes.configs" $ | indent 6 }}
Expand Down

0 comments on commit 841ecf6

Please sign in to comment.