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

Merge branch 'master' into 10-celery-pods-are-listed-as-service-endpoint

parents 9c6a3f7e 4c5ecc9b
No related branches found
No related tags found
1 merge request!14Resolve "Celery pods are listed as service endpoint"
Pipeline #47558 passed
......@@ -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