From 4a0a54eb6d05dd63a554be4d7011071dd47fb2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 22 Mar 2025 00:23:28 +0100 Subject: [PATCH] use rabbitmq svc for host --- deploy/plane-ce/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/plane-ce/kustomization.yaml b/deploy/plane-ce/kustomization.yaml index 5173fe0..a37a16e 100644 --- a/deploy/plane-ce/kustomization.yaml +++ b/deploy/plane-ce/kustomization.yaml @@ -18,7 +18,7 @@ helmCharts: tls: true appHost: plane.panic.haus minioHost: minio.plane.panic.haus - rabbitmqHost: mq.plane.panic.haus + rabbitmqHost: plane-app-rabbitmq annotations: cert-manager.io/cluster-issuer: letsencrypt-prod nginx.ingress.kubernetes.io/ssl-redirect: "true"