Skip to content

Commit

Permalink
rabbitmq 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Oct 6, 2020
1 parent ce9fc21 commit d7cd9f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: rabbitmq
description: RabbitMQ helm chart
version: 1.0.0
version: 1.0.1
dependencies:
- name: generic
version: 1.2.1
Expand Down
14 changes: 9 additions & 5 deletions charts/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ generic:
livenessProbe:
tcpSocket:
port: 5672
env:
- name: RABBITMQ_DEFAULT_USER
value: user
- name: RABBITMQ_DEFAULT_PASS
value: pass
envFrom:
- secretRef:
name: env
# volumeMounts:
# - name: default
# mountPath: /var/lib/rabbitmq
# subPath: rabbitmq

secrets:
- name: env
data:
RABBITMQ_DEFAULT_USER: "user"
RABBITMQ_DEFAULT_PASS: "pass"

# storages:
# - accessModes:
# - ReadWriteOnce
Expand Down

0 comments on commit d7cd9f2

Please sign in to comment.