You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/23 12:57:45 UTC

[GitHub] [apisix-helm-chart] caryyu commented on a change in pull request #106: refine config description and fix etcd replica setup

caryyu commented on a change in pull request #106:
URL: https://github.com/apache/apisix-helm-chart/pull/106#discussion_r657069215



##########
File path: charts/apisix/values.yaml
##########
@@ -211,12 +211,19 @@ etcd:
   service:
     port: 2379
 
-  replicaCount: 3
+  statefulset:
+    replicaCount: 3
 
 
 dashboard:
   enabled: false
-
+  config:
+    conf:
+      etcd:
+        endpoints:
+          - apisix-etcd:2379
+        username: admin
+        password: edd1c9f034335f136f87ad84b625c8f1

Review comment:
       Oops, misunderstood the integral part of `dashboard api server`, which I thought it should've had a credential or something, let me remove it and change something else, thanks for pointing out




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org