Skip to content

Commit

Permalink
rabbitmq 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Oct 6, 2020
1 parent 1e03181 commit 8695753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.2
version: 1.0.3
dependencies:
- name: generic
version: 1.2.1
Expand Down
5 changes: 4 additions & 1 deletion charts/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ generic:
default:
type: ClusterIP
port: 5672
management:
type: ClusterIP
port: 15672

# ingresses:
# - hosts:
# - host: chart-example.local
# paths:
# - serviceName: default
# - serviceName: management
# servicePort: 15672
# annotations:
# kubernetes.io/ingress.class: nginx
Expand Down

0 comments on commit 8695753

Please sign in to comment.