Fix previous commit
This commit is contained in:
parent
70f7c57a09
commit
abc361720d
1 changed files with 2 additions and 2 deletions
|
|
@ -28,10 +28,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1Gi
|
memory: 2Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 2Gi
|
memory: 1Gi
|
||||||
volumes:
|
volumes:
|
||||||
- name: runboat-scripts
|
- name: runboat-scripts
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue