alloy values.yaml
📜
global.image.registry📜
Type: string
"registry1.dso.mil"
global.image.pullSecrets[0].name📜
Type: string
"private-registry"
global.imageRegistry📜
Type: string
"registry1.dso.mil"
Description: Overrides the Docker registry globally for all images
global.imagePullSecrets[0].name📜
Type: string
"private-registry"
serviceMonitors📜
Type: list
[]
networkPolicies.enabled📜
Type: bool
false
Description: Toggle networkPolicies
networkPolicies.controlPlaneCidr📜
Type: string
"0.0.0.0/0"
Description: Control Plane CIDR, defaults to 0.0.0.0/0, use kubectl get endpoints -n default kubernetes
to get the CIDR range needed for your cluster Must be an IP CIDR range (x.x.x.x/x - ideally with /32 for the specific IP of a single endpoint, broader range for multiple masters/endpoints) Used by package NetworkPolicies to allow Kube API access
networkPolicies.additionalPolicies📜
Type: list
[]
networkPolicies.defaultSelectorKey📜
Type: string
"app.kubernetes.io/instance"
networkPolicies.defaultSelectorValues[0]📜
Type: string
"alloy"
networkPolicies.defaultSelectorValues[1]📜
Type: string
"alloy-alloy-logs"
networkPolicies.egress📜
Type: object
{}
Description: NetworkPolicy selectors and ports for egress to downstream telemetry ingestion services. These should be uncommented and overridden if any of these values deviate from the Big Bang defaults.
autoRollingUpgrade.enabled📜
Type: bool
true
autoRollingUpgrade.image.repository📜
Type: string
"registry1.dso.mil/ironbank/big-bang/base"
autoRollingUpgrade.image.tag📜
Type: string
"2.1.0"
istio.enabled📜
Type: bool
false
Description: Toggle istio configuration
istio.hardened📜
Type: object
customServiceEntries: []
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY
Description: Default peer authentication values
istio.mtls.mode📜
Type: string
"STRICT"
Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
bbtests.enabled📜
Type: bool
false
bbtests.cypress.artifacts📜
Type: bool
true
bbtests.cypress.envs.cypress_prometheus_url📜
Type: string
"https://prometheus.dev.bigbang.mil"
bbtests.cypress.envs.cypress_alertmanager_url📜
Type: string
"https://alertmanager.dev.bigbang.mil"