Fix tokens volume readOnly mount and increase CPU limits

This commit is contained in:
Antigravity 2026-06-14 00:21:00 -04:00
parent 9b97592b23
commit ba5026bc3f
1 changed files with 1 additions and 2 deletions

View File

@ -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