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
-2
View File
@@ -25,5 +25,3 @@ configMapGenerator:
app.kubernetes.io/instance: kanidm
files:
- server-0.toml=resources/server-0.toml
- server-1.toml=resources/server-1.toml
- server-2.toml=resources/server-2.toml