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:
Kasper Juul Hermansen 2024-11-17 16:26:06 +01:00
parent 4317551cbc
commit fc9598dadf
No known key found for this signature in database

View File

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