Skip to content
Snippets Groups Projects
Verified Commit d6123b11 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add port to RABBITMQ_SERVER_URL to prevent failures in the startup script

parent 8c0a26cd
No related branches found
No related tags found
1 merge request!21Resolve "Update nextcloud dependency charts to work with k8s 1.16"
......@@ -53,7 +53,7 @@ spec:
{{- end }}
env:
- name: RABBITMQ_SERVER_URL
value: "amqp://user:{{ .Values.rabbitmq.rabbitmq.password }}@{{ .Release.Name }}-rabbitmq"
value: "amqp://user:{{ .Values.rabbitmq.rabbitmq.password }}@{{ .Release.Name }}-rabbitmq:{{ .Values.rabbitmq.service.port }}"
- name: JWT_SECRET
value: "{{ .Values.onlyoffice.jwtSecret }}"
- name: POSTGRESQL_SERVER_USER
......
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