diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index f5e51e0..1a8a249 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -8,7 +8,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: RESOURCE_NAME