fsalazarh commented on a change in pull request #66:
URL: https://github.com/apache/couchdb-helm/pull/66#discussion_r793690656



##########
File path: couchdb/values.yaml
##########
@@ -221,3 +221,16 @@ sidecars: {}
   #   volumeMounts:
   #     - name: database-storage
   #       mountPath: /opt/couchdb/data/
+
+
+# Placement manager to annotate each document in the nodes DB with "zone" 
attribute
+# recording the zone where node has been scheduled
+# Ref: 
https://docs.couchdb.org/en/stable/cluster/sharding.html#specifying-database-placement
+placementConfig:
+  enabled: false
+  namespace: couchdb # kubernetes namespace 
+  couchdbPort: 5984 # CouchDB Port
+  image:
+    repository: caligrafix/couchdb-autoscaler-placement-manager
+    tag: latest

Review comment:
       Thanks for this suggestion!, I added a semantic version for placement 
manager repo. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to