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