Move replicaCount to server and oidc components

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:04 +01:00
committed by Marco Franssen
parent 445cde9604
commit 7834800463
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ metadata:
{{- include "spire.oidc.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
replicas: {{ .Values.oidc.replicaCount }}
{{- end }}
selector:
matchLabels: