From 9ee175a83e4b3c1fb720e45b7025661ef420b899 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Fri, 17 Mar 2023 11:12:23 +0100 Subject: [PATCH] Test with more replicas --- docs/modules/hdfs/examples/getting_started/hdfs.yaml | 4 ++-- docs/modules/hdfs/examples/getting_started/zk.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/hdfs/examples/getting_started/hdfs.yaml b/docs/modules/hdfs/examples/getting_started/hdfs.yaml index 002fdfb6..5ccb2dd7 100644 --- a/docs/modules/hdfs/examples/getting_started/hdfs.yaml +++ b/docs/modules/hdfs/examples/getting_started/hdfs.yaml @@ -37,7 +37,7 @@ spec: dataNodes: roleGroups: default: - replicas: 1 + replicas: 3 config: logging: containers: @@ -50,7 +50,7 @@ spec: journalNodes: roleGroups: default: - replicas: 1 + replicas: 3 config: logging: containers: diff --git a/docs/modules/hdfs/examples/getting_started/zk.yaml b/docs/modules/hdfs/examples/getting_started/zk.yaml index 71d2eab2..be3d5390 100644 --- a/docs/modules/hdfs/examples/getting_started/zk.yaml +++ b/docs/modules/hdfs/examples/getting_started/zk.yaml @@ -10,4 +10,4 @@ spec: servers: roleGroups: default: - replicas: 1 + replicas: 3