diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 07cc4a4..9ce3dda 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -4,9 +4,9 @@ metadata: labels: name: LABEL name: RESOURCE_NAME - namespace: default + namespace: production spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: RESOURCE_NAME @@ -85,11 +85,11 @@ spec: imagePullPolicy: Always resources: requests: - cpu: 1m - memory: 16Mi + cpu: 10m + memory: 64Mi limits: - cpu: 2m - memory: 32Mi + cpu: 50m + memory: 64Mi restartPolicy: Always imagePullSecrets: - name: registry-secret \ No newline at end of file