From 0b8eb4264ab305c74817a2dee3fb58d56d6629ec Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sat, 4 Apr 2026 18:49:41 -0500 Subject: [PATCH] fix: bind listmonk to 0.0.0.0:9000 so k8s service can route traffic --- servers/legion/k8s/listmonk/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/legion/k8s/listmonk/deployment.yaml b/servers/legion/k8s/listmonk/deployment.yaml index eeb4e6e..24cfff8 100644 --- a/servers/legion/k8s/listmonk/deployment.yaml +++ b/servers/legion/k8s/listmonk/deployment.yaml @@ -87,6 +87,8 @@ spec: secretKeyRef: name: listmonk-secrets key: app_key + - name: LISTMONK_app__address + value: "0.0.0.0:9000" volumeMounts: - name: uploads mountPath: /listmonk/uploads