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