DoD-Platform-One / istio-operator

https://repo1.dso.mil/big-bang/product/packages/istio-operator
1 stars 1 forks source link

istio-operator

Version: 1.22.5-bb.0 AppVersion: 1.22.5

Helm chart for deploying Istio operator

Upstream References

Upstream Release Notes

Learn More

Pre-Requisites

Install Helm

https://helm.sh/docs/intro/install/

Deployment

Values

Key Type Default Description
defaults.hub string "registry1.dso.mil/ironbank/opensource/istio"
defaults.image string "operator"
defaults.tag string "1.22.5"
defaults.imagePullSecrets list []
defaults.imagePullPolicy string ""
defaults.watchedNamespaces string "istio-system"
defaults.waitForResourcesTimeout string "300s"
defaults.enableCRDTemplates bool false
defaults.revision string ""
defaults.deploymentHistory int 10
defaults.operator.monitoring.host string "0.0.0.0"
defaults.operator.monitoring.port int 8383
defaults.operator.resources.limits.cpu string "200m"
defaults.operator.resources.limits.memory string "256Mi"
defaults.operator.resources.requests.cpu string "200m"
defaults.operator.resources.requests.memory string "256Mi"
defaults.operator.seccompProfile object {}
defaults.nodeSelector object {}
defaults.tolerations list []
defaults.affinity object {}
defaults.podLabels object {}
defaults.podAnnotations object {}
createNamespace bool true
operatorNamespace string "istio-operator"
enterprise bool false Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support, validated through the FIPs Boring Crypto module. Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription
tidHub string "registry1.dso.mil/ironbank/tetrate/istio"
tidTag string "1.23.2-tetratefips-v0"
monitoring.enabled bool false
networkPolicies.enabled bool false
networkPolicies.controlPlaneCidr string "0.0.0.0/0"
networkPolicies.additionalPolicies list []

Contributing

Please see the contributing guide if you are interested in contributing.


This file is programatically generated using helm-docs and some BigBang-specific templates. The gluon repository has instructions for regenerating package READMEs.