helm: hardcode replicas=1 (in-memory state, multi-replica not supported)

This commit is contained in:
Naeel
2026-04-13 06:49:06 +03:00
parent 1221d3303f
commit 2a31de8562
2 changed files with 1 additions and 4 deletions
@@ -8,7 +8,7 @@ metadata:
labels:
{{- include "shared-sqs.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
-3
View File
@@ -22,9 +22,6 @@
# Namespace в Kubernetes куда будет задеплоен сервис
namespace: shared-sqs
# Количество реплик пода (для начала достаточно 1)
replicaCount: 1
# Docker-образ сервиса
image:
repository: naeel/shared-sqs