feat: add replicas 1
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:07:38 +01:00
parent c8f4bae1f2
commit 2bcc74ed8c
No known key found for this signature in database

View File

@ -16,6 +16,7 @@ vars:
cuddle/clusters: cuddle/clusters:
dev: dev:
replicas: 1
env: env:
service.host: "0.0.0.0:3001" service.host: "0.0.0.0:3001"
service.grpc.host: "0.0.0.0:4001" service.grpc.host: "0.0.0.0:4001"
@ -28,6 +29,7 @@ cuddle/clusters:
vault: true vault: true
prod: prod:
replicas: 1
env: env:
service.host: "0.0.0.0:3001" service.host: "0.0.0.0:3001"
service.grpc.host: "0.0.0.0:4001" service.grpc.host: "0.0.0.0:4001"