Fix tokens volume readOnly mount and increase CPU limits
This commit is contained in:
parent
9b97592b23
commit
ba5026bc3f
|
|
@ -52,7 +52,6 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: tokens-volume
|
- name: tokens-volume
|
||||||
mountPath: /app/gmail-agent/tokens
|
mountPath: /app/gmail-agent/tokens
|
||||||
readOnly: true
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5002
|
- containerPort: 5002
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -60,7 +59,7 @@ spec:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
volumes:
|
volumes:
|
||||||
- name: app-volume
|
- name: app-volume
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue