Skip to content

alloy values.yaml📜

global.image.registry📜

Type: string

Default value
"registry1.dso.mil"

global.image.pullSecrets[0].name📜

Type: string

Default value
"private-registry"

global.imageRegistry📜

Type: string

Default value
"registry1.dso.mil"

Description: Overrides the Docker registry globally for all images

global.imagePullSecrets[0].name📜

Type: string

Default value
"private-registry"

serviceMonitors📜

Type: list

Default value
[]

networkPolicies.enabled📜

Type: bool

Default value
false

Description: Toggle networkPolicies

networkPolicies.controlPlaneCidr📜

Type: string

Default value
"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

Default value
[]

networkPolicies.defaultSelectorKey📜

Type: string

Default value
"app.kubernetes.io/instance"

networkPolicies.defaultSelectorValues[0]📜

Type: string

Default value
"alloy"

networkPolicies.defaultSelectorValues[1]📜

Type: string

Default value
"alloy-alloy-logs"

networkPolicies.egress📜

Type: object

Default value
{}

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

Default value
true

autoRollingUpgrade.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/big-bang/base"

autoRollingUpgrade.image.tag📜

Type: string

Default value
"2.1.0"

istio.enabled📜

Type: bool

Default value
false

Description: Toggle istio configuration

istio.hardened📜

Type: object

Default value
customServiceEntries: []
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY

Description: Default peer authentication values

istio.mtls.mode📜

Type: string

Default value
"STRICT"

Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic

bbtests.enabled📜

Type: bool

Default value
false

bbtests.cypress.artifacts📜

Type: bool

Default value
true

bbtests.cypress.envs.cypress_prometheus_url📜

Type: string

Default value
"https://prometheus.dev.bigbang.mil"

bbtests.cypress.envs.cypress_alertmanager_url📜

Type: string

Default value
"https://alertmanager.dev.bigbang.mil"