fix(emqx): how the heck are there Ready STS pods but STS says 0 ready

This commit is contained in:
JJGadgets
2025-01-07 01:20:31 +08:00
parent fe435e4d6d
commit 6fc82e0d62

View File

@@ -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"