fix(k8s): lower cpu/memory requests for dev environment (50m/128Mi)

This commit is contained in:
wwweww
2026-05-04 13:59:15 +08:00
parent 7a12a9e702
commit d1ff2661d1
30 changed files with 112 additions and 112 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ spec:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
cpu: 50m
memory: 128Mi
volumeMounts:
- name: timezone
mountPath: /etc/localtime