fix(k01): set production-grade memory limits across all workloads
build-and-push-harbor / docker-build-push (push) Waiting to run
build-and-push-harbor / docker-build-push (push) Waiting to run
This commit is contained in:
@@ -12,6 +12,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: user-redis
|
||||
key: password
|
||||
@@ -41,6 +43,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: player-redis
|
||||
key: password
|
||||
@@ -70,6 +74,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: game-redis
|
||||
key: password
|
||||
@@ -99,6 +105,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: shop-redis
|
||||
key: password
|
||||
@@ -128,6 +136,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: order-redis
|
||||
key: password
|
||||
@@ -157,6 +167,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: wallet-redis
|
||||
key: password
|
||||
@@ -186,6 +198,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: community-redis
|
||||
key: password
|
||||
@@ -215,6 +229,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: review-redis
|
||||
key: password
|
||||
@@ -244,6 +260,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: dispute-redis
|
||||
key: password
|
||||
@@ -273,6 +291,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: notification-redis
|
||||
key: password
|
||||
@@ -302,6 +322,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: search-redis
|
||||
key: password
|
||||
@@ -331,6 +353,8 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
redisSecret:
|
||||
name: chat-redis
|
||||
key: password
|
||||
|
||||
Reference in New Issue
Block a user