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
|
||||
- name: tokens-volume
|
||||
mountPath: /app/gmail-agent/tokens
|
||||
readOnly: true
|
||||
ports:
|
||||
- containerPort: 5002
|
||||
resources:
|
||||
|
|
@ -60,7 +59,7 @@ spec:
|
|||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
volumes:
|
||||
- name: app-volume
|
||||
|
|
|
|||
Loading…
Reference in New Issue