fix: bind listmonk to 0.0.0.0:9000 so k8s service can route traffic

This commit is contained in:
Will Anderson
2026-04-04 18:49:41 -05:00
parent e788fd48fd
commit 0b8eb4264a
@@ -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