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: ...@@ -196,6 +196,7 @@ spec:
{{- if not .Values.autoscaling.enabled }} {{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount.celery }} replicas: {{ .Values.replicaCount.celery }}
{{- end }} {{- end }}
revisionHistoryLimit: 0
selector: selector:
matchLabels: matchLabels:
{{- include "aleksis.selectorLabels" . | nindent 6 }} {{- include "aleksis.selectorLabels" . | nindent 6 }}
...@@ -324,6 +325,7 @@ metadata: ...@@ -324,6 +325,7 @@ metadata:
app: {{ template "aleksis.fullname" . }}-beat app: {{ template "aleksis.fullname" . }}-beat
release: {{ .Release.Name }} release: {{ .Release.Name }}
spec: spec:
revisionHistoryLimit: 0
replicas: 1 replicas: 1
selector: selector:
matchLabels: 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