mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-17 10:33:48 +00:00
docs: Update kubernetes.mdx - update cockroachdb conf.single-node
helm parameter (#6382)
Update kubernetes.mdx - update cockroachdb conf.single-node parameter Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -31,7 +31,7 @@ you can setup ZITADEL and either
|
|||||||
# Install CockroachDB
|
# Install CockroachDB
|
||||||
helm install crdb cockroachdb/cockroachdb \
|
helm install crdb cockroachdb/cockroachdb \
|
||||||
--set fullnameOverride=crdb \
|
--set fullnameOverride=crdb \
|
||||||
--set single-node=true \
|
--set conf.single-node=true \
|
||||||
--set statefulset.replicas=1
|
--set statefulset.replicas=1
|
||||||
|
|
||||||
# Install ZITADEL
|
# Install ZITADEL
|
||||||
@@ -65,7 +65,7 @@ With this setup you only get a key for a service account. Logging in at ZITADEL
|
|||||||
# Install CockroachDB
|
# Install CockroachDB
|
||||||
helm install crdb cockroachdb/cockroachdb \
|
helm install crdb cockroachdb/cockroachdb \
|
||||||
--set fullnameOverride=crdb \
|
--set fullnameOverride=crdb \
|
||||||
--set single-node=true \
|
--set conf.single-node=true \
|
||||||
--set statefulset.replicas=1
|
--set statefulset.replicas=1
|
||||||
|
|
||||||
# Install ZITADEL
|
# Install ZITADEL
|
||||||
|
Reference in New Issue
Block a user