Skip to content

Commit 97233ef

Browse files
author
Tijoy Tom
committed
Change min replica set count to 1
1 parent 32f01de commit 97233ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-application-secret-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following script to your cluster configuration under `fabricSettings` to
2424
},
2525
{
2626
"name": "MinReplicaSetSize",
27-
"value": "3"
27+
"value": "1"
2828
},
2929
{
3030
"name": "TargetReplicaSetSize",

0 commit comments

Comments
 (0)