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
@@ -65,8 +65,8 @@ spec:
periodSeconds: 20
resources:
requests:
cpu: 500m
memory: 512Mi
cpu: 50m
memory: 128Mi
limits:
cpu: 1000m
memory: 1024Mi
@@ -165,8 +165,8 @@ spec:
# cpu: 100m
# memory: 128Mi
# limits:
# cpu: 500m
# memory: 512Mi
# cpu: 50m
# memory: 128Mi
# redisSecret: # 记得创建密码
# name: shop-rpc-redis
# key: password
@@ -203,8 +203,8 @@ spec:
# cpu: 100m
# memory: 128Mi
# limits:
# cpu: 500m
# memory: 512Mi
# cpu: 50m
# memory: 128Mi
# podSecurityContext:
# runAsUser: 1000
# fsGroup: 1000