Skip to content

Commit

Permalink
SUP-3437
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed Dec 9, 2022
1 parent bfb0bb0 commit 90dc17b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndustrial/deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- email: [email protected]
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.44
appVersion: 0.1.44
version: 0.1.45
appVersion: 0.1.45
5 changes: 5 additions & 0 deletions ndustrial/deployment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ spec:
selector:
matchLabels: {{- include "nio-common.labels.matchLabels" . | nindent 6 }}
{{- if .Values.updateStrategy }}
{{- if ne .Values.updateStrategy.type "RollingUpdate" }}
strategy:
type: {{- .Values.updateStrategy.type }}
{{- else }}
strategy: {{- toYaml .Values.updateStrategy | nindent 4 }}
{{- end }}
{{- end }}
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
Expand Down

0 comments on commit 90dc17b

Please sign in to comment.