mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixes default value (#12286)
* Fixes default value Signed-off-by: Mohammad Abdoli Rad <m.abdolirad@gmail.com> * Bumped chart version Signed-off-by: Mohammad Abdoli Rad <m.abdolirad@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b63942c436
commit
d95138ec12
@@ -1,7 +1,7 @@
|
||||
name: rabbitmq-ha
|
||||
apiVersion: v1
|
||||
appVersion: 3.7.12
|
||||
version: 1.22.0
|
||||
version: 1.22.1
|
||||
description: Highly available RabbitMQ cluster, the open source message broker
|
||||
software that implements the Advanced Message Queuing Protocol (AMQP).
|
||||
keywords:
|
||||
|
||||
@@ -327,18 +327,18 @@ updateStrategy: OnDelete
|
||||
##
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100mm
|
||||
# cpu: 100m
|
||||
# memory: 1Gi
|
||||
# requests:
|
||||
# cpu: 100mm
|
||||
# cpu: 100m
|
||||
# memory: 1Gi
|
||||
initContainer:
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100mm
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
# cpu: 100mm
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
|
||||
## Data Persistency
|
||||
|
||||
Reference in New Issue
Block a user