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
+6 -6
View File
@@ -82,8 +82,8 @@ spec:
periodSeconds: 20
resources:
requests:
cpu: 500m
memory: 512Mi
cpu: 50m
memory: 128Mi
limits:
cpu: 1000m
memory: 1024Mi
@@ -178,8 +178,8 @@ spec:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
cpu: 50m
memory: 128Mi
redisSecret:
name: user-redis
key: password
@@ -216,8 +216,8 @@ spec:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
cpu: 50m
memory: 128Mi
podSecurityContext:
runAsUser: 1000
fsGroup: 1000