UNCLASSIFIED - NO CUI

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

Update charter/HelmStandards.md

parent a3f0dfa9
No related branches found
No related tags found
1 merge request!208docs: break out helm standards explictily
......@@ -15,7 +15,7 @@ For another example in using the [`kube-prometheus-stack`](https://github.com/pr
* In the values.yaml file [here](../chart/values.yaml), each package should have its own region at `.package_name` if its in Core or `.addons.package_name`.
* User Interface:
* If there exists a UserInterface for the package, the package should create a VirtualService conditional on the existance of `istio.enabled` being set to true. This value should default to false. The BigBang chart should set this true for all packages
* If there exists need for ingress traffic into the package, the package should create a VirtualService conditional on the existance of `istio.enabled` being set to true. This value should default to false. The BigBang chart should set this true for all packages
* There should be a region under the package for configuring SSO that looks like this when there are multiple packages
```yaml
sso:
......@@ -88,4 +88,4 @@ These requirements for the kubernetes components come from the Kubernetes STIG,
* Each deployment/daemonset/statefulset should use its own service account with least privilege permission set
* HostPath volumes are not allowed
* All resources contain the [Kubernetes Common Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/)
* All containers contain health and liveness checks
\ No newline at end of file
* All containers contain health and liveness checks
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