Skip to content

grafana values.yaml📜

global.imageRegistry📜

Type: string

Default value
"registry1.dso.mil"

Description: Overrides the Docker registry globally for all images

global.imagePullSecrets📜

Type: list

Default value
[]

openshift📜

Type: bool

Default value
false

enterprise📜

Type: object

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

Default value
enabled: true

Description: kube-prometheus-stack dashboard backward-compatibility values

coreDns.enabled📜

Type: bool

Default value
true

kubeEtcd.enabled📜

Type: bool

Default value
true

kubeApiServer.enabled📜

Type: bool

Default value
true

kubeControllerManager.enabled📜

Type: bool

Default value
true

kubeScheduler.enabled📜

Type: bool

Default value
true

kubeProxy.enabled📜

Type: bool

Default value
true

nodeExporter.enabled📜

Type: bool

Default value
true

nodeExporter.operatingSystems.linux.enabled📜

Type: bool

Default value
true

nodeExporter.operatingSystems.aix.enabled📜

Type: bool

Default value
true

nodeExporter.operatingSystems.darwin.enabled📜

Type: bool

Default value
true

nodeExporter.operatingSystems.windows.enabled📜

Type: bool

Default value
true

kubelet.enabled📜

Type: bool

Default value
true

kubelet.namespace📜

Type: string

Default value
"kube-system"

windowsMonitoring.enabled📜

Type: bool

Default value
true

prometheusRemoteWriteDashboards📜

Type: bool

Default value
true

grafana.forceDeployDashboards.enabled📜

Type: bool

Default value
true

grafana.defaultDashboardsEnabled.enabled📜

Type: bool

Default value
true

grafana.operator.dashboardsConfigMapRefEnabled📜

Type: bool

Default value
false

grafana.operator.annotations📜

Type: object

Default value
{}

grafana.operator.matchLabels📜

Type: object

Default value
{}

grafana.defaultDashboardsEditable📜

Type: bool

Default value
true

grafana.sidecar.dashboards.label📜

Type: string

Default value
"grafana_dashboard"

grafana.sidecar.dashboards.labelValue📜

Type: string

Default value
"1"

grafana.sidecar.dashboards.annotations📜

Type: object

Default value
{}

networkPolicies📜

Type: object

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

Default value
"dev.bigbang.mil"

autoRollingUpgrade.enabled📜

Type: bool

Default value
true

Description: Enable BigBang specific autoRollingUpgrade support

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📜

Type: object

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

Default value
true

Description: Prepends the release name to istio resources created by bb-common

istio.sidecar📜

Type: object

Default value
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY

Description: bb-common Sidecar configuration

istio.serviceEntries📜

Type: object

Default value
custom: []

Description: bb-common ServiceEntry configuration

istio.authorizationPolicies📜

Type: object

Default value
custom: []
enabled: true
generateFromNetpol: true

Description: bb-common AuthorizationPolicy configuration

routes📜

Type: object

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

Default value
false

bbtests.enabled📜

Type: bool

Default value
false

bbtests.cypress.artifacts📜

Type: bool

Default value
true

bbtests.cypress.envs.cypress_grafana_url📜

Type: string

Default value
"http://grafana:80"

bbtests.cypress.resources.requests.cpu📜

Type: int

Default value
2

bbtests.cypress.resources.requests.memory📜

Type: string

Default value
"2Gi"

bbtests.cypress.resources.limits.cpu📜

Type: int

Default value
2

bbtests.cypress.resources.limits.memory📜

Type: string

Default value
"2Gi"

bbtests.istio.sidecar.resources.cpu.requests📜

Type: string

Default value
"100m"

bbtests.istio.sidecar.resources.cpu.limits📜

Type: string

Default value
"2000m"

bbtests.istio.sidecar.resources.memory.requests📜

Type: string

Default value
"512Mi"

bbtests.istio.sidecar.resources.memory.limits📜

Type: string

Default value
"2048Mi"