diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 9ce3dda..d55dacf 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: production spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME @@ -89,7 +89,7 @@ spec: memory: 64Mi limits: cpu: 50m - memory: 64Mi + memory: 128Mi restartPolicy: Always imagePullSecrets: - name: registry-secret \ No newline at end of file