UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f18b18ba authored by runyontr's avatar runyontr
Browse files

Assigning pods to nodes

parent 80e17177
No related branches found
No related tags found
1 merge request!388Assigning pods to nodes
......@@ -156,3 +156,6 @@ Each package will have a default branch of `main`. Immutable tags will be used
* Helm chart dependency version,use version ranges instead of pinning to an exact version.
version: ~1.2.3
* There should be a Helm values file located at `tests/test-values.yaml` used for pipeline testing.
* Charts should support `affinity` and `nodeSelector` configuration for all components. If there is only one type of `Pods`, then a single, top level value shall be provided, otherwise there should be `affinity` and `nodeSelector` regions for each component. See [the Kubernetes Docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/) for more information
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment