Skip to content
Snippets Groups Projects
Unverified Commit 8cdb8c1f authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

Add publishNotReadyAddresses to internal headless service (#903)

parent 4fd906a7
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ type: application ...@@ -7,6 +7,6 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.4.11 version: 0.4.12
appVersion: "3.9.13" appVersion: "3.9.13"
# RabbitMQ # RabbitMQ
![Version: 0.4.11](https://img.shields.io/badge/Version-0.4.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.13](https://img.shields.io/badge/AppVersion-3.9.13-informational?style=flat-square) ![Version: 0.4.12](https://img.shields.io/badge/Version-0.4.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.13](https://img.shields.io/badge/AppVersion-3.9.13-informational?style=flat-square)
## Changelog ## Changelog
......
...@@ -8,4 +8,5 @@ ...@@ -8,4 +8,5 @@
| 0.4.9 | 3.9.13 | Fixed startupProbe | | 0.4.9 | 3.9.13 | Fixed startupProbe |
| 0.4.10 | 3.9.13 | Implemented support for extra secrets and advanced configuration capabilites | | 0.4.10 | 3.9.13 | Implemented support for extra secrets and advanced configuration capabilites |
| 0.4.11 | 3.9.13 | Corrected chart documentation | | 0.4.11 | 3.9.13 | Corrected chart documentation |
| 0.4.12 | 3.9.13 | Fixed headless service and enabled publishNotReadyAddresses |
| | | | | | | |
...@@ -6,6 +6,7 @@ metadata: ...@@ -6,6 +6,7 @@ metadata:
{{- include "rabbitmq.labels" . | nindent 4 }} {{- include "rabbitmq.labels" . | nindent 4 }}
spec: spec:
clusterIP: None clusterIP: None
publishNotReadyAddresses: true
ports: ports:
- port: {{ .Values.service.amqp.port }} - port: {{ .Values.service.amqp.port }}
targetPort: amqp targetPort: amqp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment