feat: use replicas
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-17 16:26:06 +01:00
parent 4317551cbc
commit fc9598dadf

View File

@@ -11,7 +11,7 @@ metadata:
name: {{ service_name }}
namespace: {{ cluster_namespace }}
spec:
replicas: 3
replicas: {{ vars.cluster_vars.replicas }}
selector:
matchLabels:
app: {{ service_name }}