You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/05/10 11:54:38 UTC

[apisix-helm-chart] branch master updated: feat: support for controller-only deployment (#73)

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 7d9a437  feat: support for controller-only deployment (#73)
7d9a437 is described below

commit 7d9a4370fe3a48a9c423faa5b91678929de81797
Author: Jintao Zhang <ta...@163.com>
AuthorDate: Mon May 10 19:54:30 2021 +0800

    feat: support for controller-only deployment (#73)
    
    
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 charts/apisix/values.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index f3a5943..be73804 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -14,6 +14,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+apisix:
+  # Enable or disable Apache APISIX itself
+  # Set it to flase and ingress-controller.enabled=true will deploy only ingress-controller
+  enabled: true
+
 replicaCount: 1
 image:
   repository: apache/apisix