gxthrj commented on a change in pull request #4:
URL: https://github.com/apache/apisix-helm-chart/pull/4#discussion_r536956689



##########
File path: chart/apisix/templates/configmap.yaml
##########
@@ -137,12 +143,19 @@ data:
         #  ipc_shared_dict: 100m        # custom shared cache, format: 
`cache-key: cache-size`
 
     etcd:
+    {{- if .Values.etcd.enabled }}
+      host:                                 # it's possible to define multiple 
etcd hosts addresses of the same etcd cluster.
+        - "http://{{ .Release.Name }}-etcd.{{ .Release.Namespace 
}}.svc.cluster.local:2379"

Review comment:
       Done




----------------------------------------------------------------
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:
[email protected]


Reply via email to