totemofwolf commented on a change in pull request #19:
URL: https://github.com/apache/apisix-helm-chart/pull/19#discussion_r556293901



##########
File path: chart/apisix/templates/configmap.yaml
##########
@@ -82,7 +82,9 @@ data:
         - 0.0.0.0/0
       {{- end}}
       #   - "::/64"
-      # port_admin: 9180              # use a separate port
+      {{- if .Values.admin.enabled }}
+      port_admin: {{ .Values.admin.containerPort }}

Review comment:
       Why not use `admin.port`




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to