Update podManagementPolicy for Prometheus and Alertmanager
This updates the podManagementPolicy to 'Parallel' for Prometheus and Alertmanager, as there's no need to handle deploying these two services in a sequential manner Change-Id: I2f33b9651bed20c4cb2e0c477ae2227cbf9310cf Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
6ca136bae4
commit
c1555920e5
@ -33,6 +33,7 @@ metadata:
|
||||
{{ tuple $envAll "alertmanager" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||
spec:
|
||||
serviceName: {{ tuple "alerts" "discovery" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }}
|
||||
podManagementPolicy: "Parallel"
|
||||
replicas: {{ .Values.pod.replicas.alertmanager }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -75,6 +75,7 @@ metadata:
|
||||
{{ tuple $envAll "prometheus" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||
spec:
|
||||
serviceName: {{ tuple "monitoring" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" }}
|
||||
podManagementPolicy: "Parallel"
|
||||
replicas: {{ .Values.pod.replicas.prometheus }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
Loading…
Reference in New Issue
Block a user