Skip to content

Commit

Permalink
add RABBITMQ_URL env vars to chart deployment templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 30, 2023
1 parent 0813264 commit f61ae0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/housewatch/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
value: "{{ .Values.clickhouse.ca }}"
- name: DATABASE_URL
value: "{{ . | tpl .Values.database_url }}"
- name: RABBITMQ_URL
value: "{{ . | tpl .Values.rabbitmq_url}}"
livenessProbe:
httpGet:
path: /
Expand Down
2 changes: 2 additions & 0 deletions charts/housewatch/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ spec:
value: "{{ .Values.clickhouse.ca }}"
- name: DATABASE_URL
value: "{{ . | tpl .Values.database_url }}"
- name: RABBITMQ_URL
value: "{{ . | tpl .Values.rabbitmq_url}}"
resources:
{{- toYaml .Values.worker.resources | nindent 12 }}

0 comments on commit f61ae0d

Please sign in to comment.