From 6fc82e0d62dd549ea3c3a06d0926e9495643cb83 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 7 Jan 2025 01:20:31 +0800 Subject: [PATCH] fix(emqx): how the heck are there Ready STS pods but STS says 0 ready --- kube/deploy/core/db/emqx/cluster/emqx.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/kube/deploy/core/db/emqx/cluster/emqx.yaml b/kube/deploy/core/db/emqx/cluster/emqx.yaml index ad4d4171..387f42fc 100644 --- a/kube/deploy/core/db/emqx/cluster/emqx.yaml +++ b/kube/deploy/core/db/emqx/cluster/emqx.yaml @@ -24,11 +24,17 @@ spec: authorization { no_match = "deny" deny_action = "ignore" - sources = [{ - enable = true - type = file - path = "/secrets/acl.conf" - }] + sources = [ + { + enable = true + type = file + path = "/secrets/acl.conf" + }, + { + enable = true + type = built_in_database + } + ] } listeners.ssl.default { bind = "0.0.0.0:8883"