You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gateway/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,16 +97,16 @@ The command removes all the Kubernetes components associated with the chart and
97
97
| apisix.httpRouter | string |`"radixtree_host_uri"`| Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
| apisix.nodeSelector | object |`{}`| Node labels for API7 Gateway pod assignment |
104
104
| apisix.podAnnotations | object |`{}`| Annotations to add to each pod |
105
-
| apisix.podLabels | object |`{}`| Labels to add to each pod |
106
105
| apisix.podDisruptionBudget | object |`{"enabled":false,"maxUnavailable":1,"minAvailable":"90%"}`| See https://kubernetes.io/docs/tasks/run-application/configure-pdb/ for more details |
107
106
| apisix.podDisruptionBudget.enabled | bool |`false`| Enable or disable podDisruptionBudget |
108
107
| apisix.podDisruptionBudget.maxUnavailable | int |`1`| Set the maxUnavailable of podDisruptionBudget |
109
108
| apisix.podDisruptionBudget.minAvailable | string |`"90%"`| Set the `minAvailable` of podDisruptionBudget. You can specify only one of `maxUnavailable` and `minAvailable` in a single PodDisruptionBudget. See [Specifying a Disruption Budget for your Application](https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget) for more details |
109
+
| apisix.podLabels | object |`{}`| Labels to add to each pod |
110
110
| apisix.podSecurityContext | object |`{}`| Set the securityContext for API7 Gateway pods |
111
111
| apisix.priorityClassName | string |`""`| Set [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) for API7 Gateway pods |
112
112
| apisix.replicaCount | int |`1`| kind is DaemonSet, replicaCount not become effective |
0 commit comments