mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
added resources for init container (#6520)
* added resources for init container * Bumped version * removing blank lines for linting to pass
This commit is contained in:
committed by
Lachlan Evenson
parent
9896fdffeb
commit
00345d2e29
@@ -1,7 +1,7 @@
|
||||
name: rabbitmq-ha
|
||||
apiVersion: v1
|
||||
appVersion: 3.7.4
|
||||
version: 1.9.0
|
||||
version: 1.9.1
|
||||
description: Highly available RabbitMQ cluster, the open source message broker
|
||||
software that implements the Advanced Message Queuing Protocol (AMQP).
|
||||
keywords:
|
||||
|
||||
@@ -44,6 +44,8 @@ spec:
|
||||
- name: copy-rabbitmq-config
|
||||
image: busybox
|
||||
command: ['sh', '-c', 'cp /configmap/* /etc/rabbitmq; rm -f /var/lib/rabbitmq/.erlang.cookie']
|
||||
resources:
|
||||
{{ toYaml .Values.initContainer.resources | indent 12 }}
|
||||
volumeMounts:
|
||||
- name: configmap
|
||||
mountPath: /configmap
|
||||
|
||||
@@ -218,13 +218,20 @@ updateStrategy: OnDelete
|
||||
## rabbitmqMemoryHighWatermark = 0.4 * resources.limits.memory
|
||||
##
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 1Gi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 1Gi
|
||||
|
||||
# limits:
|
||||
# cpu: 100mm
|
||||
# memory: 1Gi
|
||||
# requests:
|
||||
# cpu: 100mm
|
||||
# memory: 1Gi
|
||||
initContainer: {}
|
||||
# resources:
|
||||
# limits:
|
||||
# cpu: 100mm
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
# cpu: 100mm
|
||||
# memory: 128Mi
|
||||
|
||||
## Data Persistency
|
||||
persistentVolume:
|
||||
|
||||
Reference in New Issue
Block a user