diff --git a/kubernetes/production-deployment.yaml b/kubernetes/production-deployment.yaml index 57b1cf5..9c03378 100644 --- a/kubernetes/production-deployment.yaml +++ b/kubernetes/production-deployment.yaml @@ -101,7 +101,7 @@ spec: port: 80 scaledownPeriod: 1800 replicas: - min: 0 + min: 1 max: 1 ---