add compose
All checks were successful
Build and Publish / build-release (push) Successful in 1m28s

This commit is contained in:
2026-04-15 13:44:53 -05:00
parent d98c219398
commit 24d8a58bbc
2 changed files with 22 additions and 4 deletions

View File

@@ -30,11 +30,20 @@ controllers:
PORT: "8080"
PHX_HOST: "0.0.0.0"
PHX_SERVER: "true"
AMQP_URL:
RABBITMQ_HOST:
value: "rabbitmq.rabbitmq.svc.cluster.local"
RABBITMQ_VHOST:
value: "application"
RABBITMQ_USERNAME:
valueFrom:
secretKeyRef:
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-rabbitmq-user'
key: connection_string
key: username
RABBITMQ_PASSWORD:
valueFrom:
secretKeyRef:
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-rabbitmq-user'
key: password
RELEASE_COOKIE:
valueFrom:
secretKeyRef:
@@ -86,7 +95,6 @@ service:
port: 8080
protocol: HTTP
route:
main:
parentRefs: