diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 0a2e780..c7ccdbc 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 0 + replicas: 2 selector: matchLabels: app: RESOURCE_NAME @@ -80,7 +80,7 @@ spec: cpu: 10m memory: 128Mi limits: - cpu: 150m + cpu: 250m memory: 256Mi restartPolicy: Always imagePullSecrets: