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" }}