feat(rabbitmq): change resourcesPreset from large to medium in values configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
5889768ee5
commit
3b5c877345
@ -197,7 +197,7 @@ containerSecurityContext:
|
|||||||
drop: ["ALL"]
|
drop: ["ALL"]
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: "RuntimeDefault"
|
type: "RuntimeDefault"
|
||||||
resourcesPreset: "large"
|
resourcesPreset: "medium"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
initialDelaySeconds: 120
|
initialDelaySeconds: 120
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user