fix(k8s): lower cpu/memory requests for dev environment (50m/128Mi)
This commit is contained in:
@@ -45,8 +45,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: timezone
|
- name: timezone
|
||||||
mountPath: /etc/localtime
|
mountPath: /etc/localtime
|
||||||
|
|||||||
@@ -68,8 +68,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -240,8 +240,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: chat-redis
|
name: chat-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -276,8 +276,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: community-redis
|
name: community-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: dispute-redis
|
name: dispute-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -72,8 +72,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: timezone
|
- name: timezone
|
||||||
mountPath: /etc/localtime
|
mountPath: /etc/localtime
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -166,8 +166,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# redisSecret: # 记得创建密码
|
# redisSecret: # 记得创建密码
|
||||||
# name: game-redis
|
# name: game-redis
|
||||||
# key: password
|
# key: password
|
||||||
@@ -204,8 +204,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# podSecurityContext:
|
# podSecurityContext:
|
||||||
# runAsUser: 1000
|
# runAsUser: 1000
|
||||||
# fsGroup: 1000
|
# fsGroup: 1000
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: notification-redis
|
name: notification-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: order-redis
|
name: order-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -166,8 +166,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# redisSecret: # 记得创建密码
|
# redisSecret: # 记得创建密码
|
||||||
# name: player-rpc-redis
|
# name: player-rpc-redis
|
||||||
# key: password
|
# key: password
|
||||||
@@ -204,8 +204,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# podSecurityContext:
|
# podSecurityContext:
|
||||||
# runAsUser: 1000
|
# runAsUser: 1000
|
||||||
# fsGroup: 1000
|
# fsGroup: 1000
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: review-redis
|
name: review-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: search-redis
|
name: search-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -165,8 +165,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# redisSecret: # 记得创建密码
|
# redisSecret: # 记得创建密码
|
||||||
# name: shop-rpc-redis
|
# name: shop-rpc-redis
|
||||||
# key: password
|
# key: password
|
||||||
@@ -203,8 +203,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# podSecurityContext:
|
# podSecurityContext:
|
||||||
# runAsUser: 1000
|
# runAsUser: 1000
|
||||||
# fsGroup: 1000
|
# fsGroup: 1000
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -82,8 +82,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -178,8 +178,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: user-redis
|
name: user-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -216,8 +216,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -195,8 +195,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
redisSecret:
|
redisSecret:
|
||||||
name: user-verifications-redis
|
name: user-verifications-redis
|
||||||
key: password
|
key: password
|
||||||
@@ -231,8 +231,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ spec:
|
|||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1024Mi
|
memory: 1024Mi
|
||||||
@@ -165,8 +165,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# redisSecret: # 记得创建密码
|
# redisSecret: # 记得创建密码
|
||||||
# name: wallet-rpc-redis
|
# name: wallet-rpc-redis
|
||||||
# key: password
|
# key: password
|
||||||
@@ -203,8 +203,8 @@ spec:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 500m
|
# cpu: 50m
|
||||||
# memory: 512Mi
|
# memory: 128Mi
|
||||||
# podSecurityContext:
|
# podSecurityContext:
|
||||||
# runAsUser: 1000
|
# runAsUser: 1000
|
||||||
# fsGroup: 1000
|
# fsGroup: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user