You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/10/19 02:14:27 UTC

[apisix-helm-chart] branch master updated: fix: remove apisix.podAntiAffinity.enabled from documentation and values.yaml (#376)

This is an automated email from the ASF dual-hosted git repository.

zhangjintao 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 f5fe7a9  fix: remove apisix.podAntiAffinity.enabled from documentation and values.yaml (#376)
f5fe7a9 is described below

commit f5fe7a90aba9a86a504679b3726f9476ef01d679
Author: Tony Li <ly...@163.com>
AuthorDate: Wed Oct 19 10:14:21 2022 +0800

    fix: remove apisix.podAntiAffinity.enabled from documentation and values.yaml (#376)
---
 charts/apisix/README.md   | 1 -
 charts/apisix/values.yaml | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index ab69b8c..0985909 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -68,7 +68,6 @@ The following tables lists the configurable parameters of the apisix chart and t
 | `apisix.nodeSelector`                             | Node labels for Apache APISIX pod assignment                                                                                                                                                                                                                                                                                 | `{}`                                                   |
 | `apisix.tolerations`                              | List of node taints to tolerate                                                                                                                                                                                                                                                                                              | `{}`                                                   |
 | `apisix.affinity`                                 | Set affinity for Apache APISIX deploy                                                                                                                                                                                                                                                                                        | `{}`                                                   |
-| `apisix.podAntiAffinity.enabled`                  | Enable or disable podAntiAffinity                                                                                                                                                                                                                                                                                            | `false`                                                |
 | `apisix.setIDFromPodUID`                          | Whether to use the Pod UID as the APISIX instance id, see [apache/apisix#5417](https://github.com/apache/apisix/issues/5417) to decide whether you should enable this setting)                                                                                                                                               | `false` |
 | `apisix.enableServerTokens`                       | Set the `enable_server_tokens` (Whether the APISIX version number should be shown in Server header)                                                                                                                                                                                                                          | `Not Set`                                              |
 | `apisix.customLuaSharedDicts`                     | Add custom [lua_shared_dict](https://github.com/openresty/lua-nginx-module#toc88) settings, click [here](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L27-L30) to learn the format of a shared dict                                                                                     | `[]` |
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 08d4694..eeb9a27 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -109,9 +109,6 @@ apisix:
   nodeSelector: {}
   tolerations: []
   affinity: {}
-  # If true, it will sets the anti-affinity of the Pod.
-  podAntiAffinity:
-    enabled: false
 
   # timezone is the timezone where apisix uses.
   # For example: "UTC" or "Asia/Shanghai"