fix(deployment): number of replicas

This commit is contained in:
2024-12-06 23:45:36 +01:00
parent a3e4c0c0e7
commit 1581617daf
4 changed files with 16 additions and 4 deletions

View File

@ -12,6 +12,7 @@ metadata:
name: {{ include "prometheus-postgres-exporter.fullname" . }}
namespace: {{ .Release.Namespace }}
spec:
replicas: {{ .Values.deployment.replicas }}
selector:
matchLabels:
{{- include "prometheus-postgres-exporter.pod.selectorLabels" . | nindent 6 }}