You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/11 09:47:14 UTC

[GitHub] [apisix-helm-chart] tokers commented on a diff in pull request #369: feat support for configuring priority class name

tokers commented on code in PR #369:
URL: https://github.com/apache/apisix-helm-chart/pull/369#discussion_r992096605


##########
charts/apisix-dashboard/README.md:
##########
@@ -84,6 +84,7 @@ The following tables lists the configurable parameters of the apisix-dashboard c
 | Name                                            | Description                                                                               | Value           |
 | ----------------------------------------------- | ----------------------------------------------------------------------------------------- | --------------- |
 | `replicaCount`                                  | Number of Apache APISIX Dashboard nodes                                                   | `1`             |
+| `priorityClassName`                             | Set the priorityClassName for pods                                                        | `""`            |

Review Comment:
   ```suggestion
   | `priorityClassName`                             | Set the [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass) for pods                                                        | `""`            |
   ```



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org