Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan Gramain cd31498800 S3C-4035 [temp] reduce k8s pod resource limits to 1GB 2021-02-23 12:33:35 -08:00
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ spec:
resources:
requests:
cpu: 500m
memory: 3Gi
memory: 1Gi
limits:
cpu: "2"
memory: 3Gi
memory: 1Gi
volumeMounts:
- mountPath: /var/run/docker.sock
name: docker-socket