Skip to content
Snippets Groups Projects
Commit 4c5ecc9b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch '11-empty-replicasets-are-persisting' into 'master'

Resolve "Empty replicasets are persisting"

Closes #11

See merge request !15
parents 917fdf1d 5bf02b46
No related branches found
No related tags found
1 merge request!15Resolve "Empty replicasets are persisting"
Pipeline #47552 passed
......@@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.3.0"
version: "0.3.1"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
......
......@@ -196,6 +196,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount.celery }}
{{- end }}
revisionHistoryLimit: 0
selector:
matchLabels:
{{- include "aleksis.selectorLabels" . | nindent 6 }}
......@@ -324,6 +325,7 @@ metadata:
app: {{ template "aleksis.fullname" . }}-beat
release: {{ .Release.Name }}
spec:
revisionHistoryLimit: 0
replicas: 1
selector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment