desperate resource allocation, and version conflict.
This commit is contained in:
parent
6633e642ee
commit
99e4e56a80
@ -67,7 +67,7 @@ spec:
|
|||||||
mountPath: /tmp/rw-files
|
mountPath: /tmp/rw-files
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: "update-mysql-init"
|
- name: "update-mysql-init"
|
||||||
image: "busybox:1.25.0"
|
image: "busybox:latest"
|
||||||
command: [
|
command: [
|
||||||
"sh",
|
"sh",
|
||||||
"-ce",
|
"-ce",
|
||||||
|
|||||||
@ -3,3 +3,14 @@ kind: RabbitmqCluster
|
|||||||
metadata:
|
metadata:
|
||||||
name: rmqc
|
name: rmqc
|
||||||
namespace: nocr
|
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