desperate resource allocation, and version conflict.

This commit is contained in:
ruberoid 2024-04-15 14:26:55 +04:00
parent 6633e642ee
commit 99e4e56a80
2 changed files with 12 additions and 1 deletions

View File

@ -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",

View File

@ -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