grafana values.yaml📜
global.imageRegistry📜
Type: string
"registry1.dso.mil"
Description: Overrides the Docker registry globally for all images
global.imagePullSecrets📜
Type: list
[]
openshift📜
Type: bool
false
enterprise📜
Type: object
createSecret: false
license: null
Description: Toggle creation of Enterprise License Secret See https://docs-bigbang.dso.mil/latest/packages/grafana/docs/enterprise
alertmanager📜
Type: object
enabled: true
Description: kube-prometheus-stack dashboard backward-compatibility values
coreDns.enabled📜
Type: bool
true
kubeEtcd.enabled📜
Type: bool
true
kubeApiServer.enabled📜
Type: bool
true
kubeControllerManager.enabled📜
Type: bool
true
kubeScheduler.enabled📜
Type: bool
true
kubeProxy.enabled📜
Type: bool
true
nodeExporter.enabled📜
Type: bool
true
nodeExporter.operatingSystems.linux.enabled📜
Type: bool
true
nodeExporter.operatingSystems.aix.enabled📜
Type: bool
true
nodeExporter.operatingSystems.darwin.enabled📜
Type: bool
true
nodeExporter.operatingSystems.windows.enabled📜
Type: bool
true
kubelet.enabled📜
Type: bool
true
kubelet.namespace📜
Type: string
"kube-system"
windowsMonitoring.enabled📜
Type: bool
true
prometheusRemoteWriteDashboards📜
Type: bool
true
grafana.forceDeployDashboards.enabled📜
Type: bool
true
grafana.defaultDashboardsEnabled.enabled📜
Type: bool
true
grafana.operator.dashboardsConfigMapRefEnabled📜
Type: bool
false
grafana.operator.annotations📜
Type: object
{}
grafana.operator.matchLabels📜
Type: object
{}
grafana.defaultDashboardsEditable📜
Type: bool
true
grafana.sidecar.dashboards.label📜
Type: string
"grafana_dashboard"
grafana.sidecar.dashboards.labelValue📜
Type: string
"1"
grafana.sidecar.dashboards.annotations📜
Type: object
{}
networkPolicies📜
Type: object
egress:
from:
grafana:
to:
cidr:
0.0.0.0/0: true
definition:
kubeAPI: true
enabled: true
ingress:
to:
grafana:
from:
k8s:
kiali-service-account@kiali/kiali: true
prependReleaseName: true
Description: bb-common Network Policies configuration
domain📜
Type: string
"dev.bigbang.mil"
autoRollingUpgrade.enabled📜
Type: bool
true
Description: Enable BigBang specific autoRollingUpgrade support
autoRollingUpgrade.image.repository📜
Type: string
"registry1.dso.mil/ironbank/big-bang/base"
autoRollingUpgrade.image.tag📜
Type: string
"2.1.0"
istio📜
Type: object
authorizationPolicies:
custom: []
enabled: true
generateFromNetpol: true
enabled: false
mtls:
mode: STRICT
prependReleaseName: true
serviceEntries:
custom: []
sidecar:
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY
Description: bb-common Istio configuration
istio.prependReleaseName📜
Type: bool
true
Description: Prepends the release name to istio resources created by bb-common
istio.sidecar📜
Type: object
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY
Description: bb-common Sidecar configuration
istio.serviceEntries📜
Type: object
custom: []
Description: bb-common ServiceEntry configuration
istio.authorizationPolicies📜
Type: object
custom: []
enabled: true
generateFromNetpol: true
Description: bb-common AuthorizationPolicy configuration
routes📜
Type: object
inbound:
grafana:
enabled: '{{ .Values.istio.enabled }}'
gateways:
- istio-gateway/public-ingressgateway
hosts:
- grafana.{{ .Values.domain }}
http:
- match:
- uri:
prefix: /metrics
redirect:
uri: /
- route:
- destination:
host: monitoring-grafana
port:
number: 80
selector:
app.kubernetes.io/name: grafana
Description: bb-common Routes configuration
sso.enabled📜
Type: bool
false
bbtests.enabled📜
Type: bool
false
bbtests.cypress.artifacts📜
Type: bool
true
bbtests.cypress.envs.cypress_grafana_url📜
Type: string
"http://grafana:80"
bbtests.cypress.resources.requests.cpu📜
Type: int
2
bbtests.cypress.resources.requests.memory📜
Type: string
"2Gi"
bbtests.cypress.resources.limits.cpu📜
Type: int
2
bbtests.cypress.resources.limits.memory📜
Type: string
"2Gi"
bbtests.istio.sidecar.resources.cpu.requests📜
Type: string
"100m"
bbtests.istio.sidecar.resources.cpu.limits📜
Type: string
"2000m"
bbtests.istio.sidecar.resources.memory.requests📜
Type: string
"512Mi"
bbtests.istio.sidecar.resources.memory.limits📜
Type: string
"2048Mi"