This is an automated email from the ASF dual-hosted git repository.
kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 1eea8b7 feat: add dashboard and ingress-controller as component of
apisix (#39)
1eea8b7 is described below
commit 1eea8b7c12c623e8af2db950b9b3782a0923ca6f
Author: Jun <[email protected]>
AuthorDate: Thu Mar 11 10:54:36 2021 +0800
feat: add dashboard and ingress-controller as component of apisix (#39)
---
charts/apisix/Chart.yaml | 10 ++++++++++
charts/apisix/values.yaml | 6 ++++++
2 files changed, 16 insertions(+)
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 5c0ed23..25cd735 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -43,3 +43,13 @@ dependencies:
version: 5.2.1
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
+ - name: apisix-dashboard
+ version: 0.1.0
+ repository: file://../apisix-dashboard
+ condition: dashboard.enabled
+ alias: dashboard
+ - name: apisix-ingress-controller
+ version: 0.1.0
+ repository: file://../apisix-ingress-controller
+ condition: ingressController.enabled
+ alias: ingress-controller
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index d806a5b..37e1973 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -115,6 +115,12 @@ admin:
admin: edd1c9f034335f136f87ad84b625c8f1
viewer: 4054f7cf07e344346cd3f287985e76a2
+dashboard:
+ enabled: false
+
+ingressController:
+ enabled: false
+
allow:
# The ip range for allowing access to Apache APISIX
ipList: