From 18de63d192ef55f0c5e4268eb3808b813334a2d6 Mon Sep 17 00:00:00 2001 From: "Virgil R." Date: Sat, 27 Sep 2025 10:04:42 +0200 Subject: [PATCH] Update deployment.yaml --- helm/gitea-mirror/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/gitea-mirror/templates/deployment.yaml b/helm/gitea-mirror/templates/deployment.yaml index 20ba57f..d57e3c2 100644 --- a/helm/gitea-mirror/templates/deployment.yaml +++ b/helm/gitea-mirror/templates/deployment.yaml @@ -13,7 +13,7 @@ metadata: {{- toYaml .Values.deployment.labels | nindent 4 }} {{- end }} spec: - replicas: {{ .Values.replicaCount }} + replicas: 1 strategy: type: {{ .Values.deployment.strategy.type }} {{- if eq .Values.deployment.strategy.type "RollingUpdate" }}