From 84f0070ca944802c934970e6f662aa9d9ab7cf57 Mon Sep 17 00:00:00 2001 From: "Kristian K. Andreasen" <43569402+kristiankauffeld@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:16:58 +0200 Subject: [PATCH] Update rabbit.yaml changed name from 'http' to 'amqp' --- scripts/local-kub/rabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local-kub/rabbit.yaml b/scripts/local-kub/rabbit.yaml index 2d2ea65..7dae1e3 100644 --- a/scripts/local-kub/rabbit.yaml +++ b/scripts/local-kub/rabbit.yaml @@ -38,7 +38,7 @@ spec: app: rabbit type: ClusterIP ports: - - name: http + - name: amqp protocol: TCP port: 5672 - name: dashboard