UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 065e6a40 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'epic-35-charter' into 'master'

Assigning pods to nodes

See merge request platform-one/big-bang/bigbang!388
parents 27814f24 f18b18ba
No related branches found
No related tags found
1 merge request!388Assigning pods to nodes
Pipeline #214556 failed
......@@ -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