Skip to content

Commit

Permalink
update the docs with the removal of the memberCount param [CN-1189] (#…
Browse files Browse the repository at this point in the history
…186)

* update the docs with the removal of the memberCount param [CN-1189]

* Update docs/modules/ROOT/pages/cp-subsystem.adoc

Co-authored-by: Serdar Ozmen <[email protected]>

---------

Co-authored-by: Serdar Ozmen <[email protected]>
  • Loading branch information
SeriyBg and Serdaro authored Mar 28, 2024
1 parent fc7e62c commit 71a98ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ spec:
pvc:
accessModes: ["ReadWriteOnce"]
requestStorage: 8Gi
cpSubsystem:
memberCount: 3
cpSubsystem: {}
1 change: 0 additions & 1 deletion docs/modules/ROOT/examples/hazelcast-cp-subsystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spec:
repository: 'docker.io/hazelcast/hazelcast-enterprise'
licenseKeySecretName: hazelcast-license-key
cpSubsystem:
memberCount: 3
groupSize: 3
sessionTTLSeconds: 30
pvc:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cp-subsystem.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See xref:hazelcast:cp-subsystem:cp-subsystem.adoc[CP Subsystem] for more detaile

== Configuring CP Subsystem

To enable CP Subsystem you must configure the `cpSubsystem` section in the Hazelcast custom resource.
To enable CP Subsystem you must configure the `cpSubsystem` section in the Hazelcast custom resource. All the cluster members will be configured as CP Members.

.Example of CP Subsystem
[source,yaml,subs="attributes+"]
Expand Down

0 comments on commit 71a98ca

Please sign in to comment.