feat(kanidm): scale down to single replica, remove replication (#185)

Drop from 3 replicas to 1. Remove init container, repl-certs secret,
replication port, podAntiAffinity, server-1/2 configs, and replication
stanza from server-0.toml. Mount configmap directly via subPath.

Reviewed-on: #185
This commit was merged in pull request #185.
This commit is contained in:
2026-06-02 22:41:28 +10:00
parent 666f3d055c
commit 4b1fbe1fe1
6 changed files with 4 additions and 109 deletions
-4
View File
@@ -13,7 +13,3 @@ log_level = "info"
path = "/data/backups/"
schedule = "0 22 * * *"
versions = 7
[replication]
origin = "repl://kanidm-0.kanidm-headless.kanidm.svc.cluster.local:8444"
bindaddress = "[::]:8444"