desperate resource allocation, and version conflict.
This commit is contained in:
parent
6633e642ee
commit
99e4e56a80
@ -67,7 +67,7 @@ spec:
|
||||
mountPath: /tmp/rw-files
|
||||
initContainers:
|
||||
- name: "update-mysql-init"
|
||||
image: "busybox:1.25.0"
|
||||
image: "busybox:latest"
|
||||
command: [
|
||||
"sh",
|
||||
"-ce",
|
||||
|
||||
@ -3,3 +3,14 @@ kind: RabbitmqCluster
|
||||
metadata:
|
||||
name: rmqc
|
||||
namespace: nocr
|
||||
spec:
|
||||
image: rabbitmq:latest
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 300Mi
|
||||
limits:
|
||||
cpu: 600m
|
||||
memory: 500Mi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user