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

rbac.create📜

Type: bool

Default value
true

rbac.pspEnabled📜

Type: bool

Default value
false

rbac.pspUseAppArmor📜

Type: bool

Default value
false

rbac.namespaced📜

Type: bool

Default value
false

rbac.extraRoleRules📜

Type: list

Default value
[]

rbac.extraClusterRoleRules📜

Type: list

Default value
[]

serviceAccount.create📜

Type: bool

Default value
true

serviceAccount.name📜

Type: string

Default value
nil

serviceAccount.nameTest📜

Type: string

Default value
nil

serviceAccount.labels📜

Type: object

Default value
{}

serviceAccount.automountServiceAccountToken📜

Type: bool

Default value
false

replicas📜

Type: int

Default value
1

headlessService📜

Type: bool

Default value
false

automountServiceAccountToken📜

Type: bool

Default value
true

autoscaling.enabled📜

Type: bool

Default value
false

autoscaling.minReplicas📜

Type: int

Default value
1

autoscaling.maxReplicas📜

Type: int

Default value
5

autoscaling.targetCPU📜

Type: string

Default value
"60"

autoscaling.targetMemory📜

Type: string

Default value
""

autoscaling.behavior📜

Type: object

Default value
{}

podDisruptionBudget📜

Type: object

Default value
{}

deploymentStrategy.type📜

Type: string

Default value
"RollingUpdate"

readinessProbe.httpGet.path📜

Type: string

Default value
"/api/health"

readinessProbe.httpGet.port📜

Type: int

Default value
3000

livenessProbe.httpGet.path📜

Type: string

Default value
"/api/health"

livenessProbe.httpGet.port📜

Type: int

Default value
3000

livenessProbe.initialDelaySeconds📜

Type: int

Default value
60

livenessProbe.timeoutSeconds📜

Type: int

Default value
30

livenessProbe.failureThreshold📜

Type: int

Default value
10

image.repository📜

Type: string

Default value
"ironbank/big-bang/grafana/grafana-plugins"

image.tag📜

Type: string

Default value
"10.4.2"

image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

image.pullSecrets[0]📜

Type: string

Default value
"private-registry"

testFramework.enabled📜

Type: bool

Default value
false

testFramework.image📜

Type: string

Default value
"docker.io/bats/bats"

testFramework.tag📜

Type: string

Default value
"v1.4.1"

testFramework.imagePullPolicy📜

Type: string

Default value
"IfNotPresent"

testFramework.securityContext📜

Type: object

Default value
{}

dnsPolicy📜

Type: string

Default value
nil

dnsConfig📜

Type: object

Default value
{}

securityContext.runAsNonRoot📜

Type: bool

Default value
true

securityContext.runAsUser📜

Type: int

Default value
65532

securityContext.runAsGroup📜

Type: int

Default value
65532

securityContext.fsGroup📜

Type: int

Default value
65532

containerSecurityContext.allowPrivilegeEscalation📜

Type: bool

Default value
false

containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

containerSecurityContext.seccompProfile.type📜

Type: string

Default value
"RuntimeDefault"

createConfigmap📜

Type: bool

Default value
true

extraConfigmapMounts📜

Type: list

Default value
[]

extraEmptyDirMounts📜

Type: list

Default value
[]

extraLabels📜

Type: object

Default value
{}

downloadDashboardsImage.repository📜

Type: string

Default value
"ironbank/big-bang/base"

downloadDashboardsImage.tag📜

Type: string

Default value
"2.1.0"

downloadDashboardsImage.pullPolicy📜

Type: string

Default value
"IfNotPresent"

downloadDashboards.env📜

Type: object

Default value
{}

downloadDashboards.envFromSecret📜

Type: string

Default value
""

downloadDashboards.resources.limits.cpu📜

Type: string

Default value
"20m"

downloadDashboards.resources.limits.memory📜

Type: string

Default value
"20Mi"

downloadDashboards.resources.requests.cpu📜

Type: string

Default value
"20m"

downloadDashboards.resources.requests.memory📜

Type: string

Default value
"20Mi"

downloadDashboards.securityContext.allowPrivilegeEscalation📜

Type: bool

Default value
false

downloadDashboards.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

downloadDashboards.securityContext.seccompProfile.type📜

Type: string

Default value
"RuntimeDefault"

downloadDashboards.envValueFrom📜

Type: object

Default value
{}

podPortName📜

Type: string

Default value
"grafana"

gossipPortName📜

Type: string

Default value
"gossip"

service.enabled📜

Type: bool

Default value
true

service.type📜

Type: string

Default value
"ClusterIP"

service.loadBalancerIP📜

Type: string

Default value
""

service.loadBalancerClass📜

Type: string

Default value
""

service.loadBalancerSourceRanges📜

Type: list

Default value
[]

service.port📜

Type: int

Default value
80

service.targetPort📜

Type: int

Default value
3000

service.annotations📜

Type: object

Default value
{}

service.labels📜

Type: object

Default value
{}

service.portName📜

Type: string

Default value
"http-service"

service.appProtocol📜

Type: string

Default value
""

serviceMonitor.enabled📜

Type: bool

Default value
false

serviceMonitor.path📜

Type: string

Default value
"/metrics"

serviceMonitor.labels📜

Type: object

Default value
{}

serviceMonitor.interval📜

Type: string

Default value
"1m"

serviceMonitor.scheme📜

Type: string

Default value
"http"

serviceMonitor.tlsConfig📜

Type: object

Default value
{}

serviceMonitor.scrapeTimeout📜

Type: string

Default value
"30s"

serviceMonitor.relabelings📜

Type: list

Default value
[]

serviceMonitor.metricRelabelings📜

Type: list

Default value
[]

serviceMonitor.targetLabels📜

Type: list

Default value
[]

extraExposePorts📜

Type: list

Default value
[]

hostAliases📜

Type: list

Default value
[]

ingress.enabled📜

Type: bool

Default value
false

ingress.annotations📜

Type: object

Default value
{}

ingress.labels📜

Type: object

Default value
{}

ingress.path📜

Type: string

Default value
"/"

ingress.pathType📜

Type: string

Default value
"Prefix"

ingress.hosts[0]📜

Type: string

Default value
"chart-example.local"

ingress.extraPaths📜

Type: list

Default value
[]

ingress.tls📜

Type: list

Default value
[]

resources.limits.cpu📜

Type: string

Default value
"100m"

resources.limits.memory📜

Type: string

Default value
"256Mi"

resources.requests.cpu📜

Type: string

Default value
"100m"

resources.requests.memory📜

Type: string

Default value
"256Mi"

nodeSelector📜

Type: object

Default value
{}

tolerations📜

Type: list

Default value
[]

affinity📜

Type: object

Default value
{}

topologySpreadConstraints📜

Type: list

Default value
[]

extraInitContainers📜

Type: list

Default value
[]

extraContainers📜

Type: string

Default value
""

extraContainerVolumes📜

Type: list

Default value
[]

persistence.type📜

Type: string

Default value
"pvc"

persistence.enabled📜

Type: bool

Default value
false

persistence.accessModes[0]📜

Type: string

Default value
"ReadWriteOnce"

persistence.size📜

Type: string

Default value
"10Gi"

persistence.finalizers[0]📜

Type: string

Default value
"kubernetes.io/pvc-protection"

persistence.extraPvcLabels📜

Type: object

Default value
{}

persistence.inMemory.enabled📜

Type: bool

Default value
false

initChownData.enabled📜

Type: bool

Default value
false

initChownData.image.repository📜

Type: string

Default value
"ironbank/redhat/ubi/ubi9-minimal"

initChownData.image.tag📜

Type: string

Default value
"9.3"

initChownData.image.sha📜

Type: string

Default value
""

initChownData.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

initChownData.resources.limits.cpu📜

Type: string

Default value
"100m"

initChownData.resources.limits.memory📜

Type: string

Default value
"128Mi"

initChownData.resources.requests.cpu📜

Type: string

Default value
"100m"

initChownData.resources.requests.memory📜

Type: string

Default value
"128Mi"

initChownData.securityContext.runAsNonRoot📜

Type: bool

Default value
false

initChownData.securityContext.runAsUser📜

Type: int

Default value
0

initChownData.securityContext.seccompProfile.type📜

Type: string

Default value
"RuntimeDefault"

initChownData.securityContext.capabilities.add[0]📜

Type: string

Default value
"CHOWN"

adminUser📜

Type: string

Default value
"admin"

adminPassword📜

Type: string

Default value
"prom-operator"

admin.existingSecret📜

Type: string

Default value
""

admin.userKey📜

Type: string

Default value
"admin-user"

admin.passwordKey📜

Type: string

Default value
"admin-password"

env📜

Type: object

Default value
{}

envValueFrom📜

Type: object

Default value
{}

envFromSecret📜

Type: string

Default value
""

envRenderSecret📜

Type: object

Default value
{}

envFromSecrets📜

Type: list

Default value
[]

envFromConfigMaps📜

Type: list

Default value
[]

Type: bool

Default value
true

extraSecretMounts📜

Type: list

Default value
[]

extraVolumeMounts📜

Type: list

Default value
[]

extraVolumes📜

Type: list

Default value
[]

lifecycleHooks📜

Type: object

Default value
{}

plugins📜

Type: list

Default value
[]

datasources📜

Type: object

Default value
{}

alerting📜

Type: object

Default value
{}

notifiers📜

Type: object

Default value
{}

dashboardProviders📜

Type: object

Default value
{}

dashboards📜

Type: object

Default value
{}

dashboardsConfigMaps📜

Type: object

Default value
{}

“grafana.ini”.paths.data📜

Type: string

Default value
"/var/lib/grafana/"

“grafana.ini”.paths.logs📜

Type: string

Default value
"/var/log/grafana"

“grafana.ini”.paths.plugins📜

Type: string

Default value
"/var/lib/grafana/plugins"

“grafana.ini”.paths.provisioning📜

Type: string

Default value
"/etc/grafana/provisioning"

“grafana.ini”.analytics.check_for_updates📜

Type: bool

Default value
false

“grafana.ini”.log.mode📜

Type: string

Default value
"console"

“grafana.ini”.grafana_net.url📜

Type: string

Default value
"https://grafana.net"

“grafana.ini”.server.domain📜

Type: string

Default value
"{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ .Values.ingress.hosts \| first }}{{ else }}''{{ end }}"

“grafana.ini”.”auth.generic_oauth”.enabled📜

Type: bool

Default value
false

“grafana.ini”.”auth.generic_oauth”.client_id📜

Type: string

Default value
"grafana"

“grafana.ini”.”auth.generic_oauth”.client_secret📜

Type: string

Default value
"secret"

“grafana.ini”.”auth.generic_oauth”.scopes📜

Type: string

Default value
"Grafana"

“grafana.ini”.”auth.generic_oauth”.auth_url📜

Type: string

Default value
"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/auth"

“grafana.ini”.”auth.generic_oauth”.token_url📜

Type: string

Default value
"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/token"

“grafana.ini”.”auth.generic_oauth”.api_url📜

Type: string

Default value
"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/userinfo"

“grafana.ini”.”auth.generic_oauth”.allow_sign_up📜

Type: bool

Default value
true

“grafana.ini”.”auth.generic_oauth”.role_attribute_path📜

Type: string

Default value
"Viewer"

“grafana.ini”.”plugin.grafana-piechart-panel”.path📜

Type: string

Default value
"/var/lib/bb-plugins/piechart-panel"

“grafana.ini”.”plugin.grafana-polystat-panel”.path📜

Type: string

Default value
"/var/lib/bb-plugins/polystat-panel"

“grafana.ini”.”plugin.redis-datasource”.path📜

Type: string

Default value
"/var/lib/bb-plugins/redis-datasource"

“grafana.ini”.security.angular_support_enabled📜

Type: bool

Default value
false

ldap.enabled📜

Type: bool

Default value
false

ldap.existingSecret📜

Type: string

Default value
""

ldap.config📜

Type: string

Default value
""

smtp.existingSecret📜

Type: string

Default value
""

smtp.userKey📜

Type: string

Default value
"user"

smtp.passwordKey📜

Type: string

Default value
"password"

sidecar.image.repository📜

Type: string

Default value
"ironbank/kiwigrid/k8s-sidecar"

sidecar.image.tag📜

Type: string

Default value
"1.26.1"

sidecar.imagePullPolicy📜

Type: string

Default value
"IfNotPresent"

sidecar.resources.limits.cpu📜

Type: string

Default value
"100m"

sidecar.resources.limits.memory📜

Type: string

Default value
"100Mi"

sidecar.resources.requests.cpu📜

Type: string

Default value
"100m"

sidecar.resources.requests.memory📜

Type: string

Default value
"100Mi"

sidecar.securityContext.allowPrivilegeEscalation📜

Type: bool

Default value
false

sidecar.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

sidecar.securityContext.seccompProfile.type📜

Type: string

Default value
"RuntimeDefault"

sidecar.enableUniqueFilenames📜

Type: bool

Default value
false

sidecar.readinessProbe📜

Type: object

Default value
{}

sidecar.livenessProbe📜

Type: object

Default value
{}

sidecar.alerts.enabled📜

Type: bool

Default value
false

sidecar.alerts.env📜

Type: object

Default value
{}

sidecar.alerts.label📜

Type: string

Default value
"grafana_alert"

sidecar.alerts.labelValue📜

Type: string

Default value
""

sidecar.alerts.searchNamespace📜

Type: string

Default value
nil

sidecar.alerts.watchMethod📜

Type: string

Default value
"WATCH"

sidecar.alerts.resource📜

Type: string

Default value
"both"

sidecar.alerts.reloadURL📜

Type: string

Default value
"http://localhost:3000/api/admin/provisioning/alerting/reload"

sidecar.alerts.script📜

Type: string

Default value
nil

sidecar.alerts.skipReload📜

Type: bool

Default value
false

sidecar.alerts.initAlerts📜

Type: bool

Default value
false

sidecar.alerts.extraMounts📜

Type: list

Default value
[]

sidecar.alerts.sizeLimit📜

Type: object

Default value
{}

sidecar.dashboards.enabled📜

Type: bool

Default value
true

sidecar.dashboards.env📜

Type: object

Default value
{}

sidecar.dashboards.SCProvider📜

Type: bool

Default value
true

sidecar.dashboards.label📜

Type: string

Default value
"grafana_dashboard"

sidecar.dashboards.labelValue📜

Type: string

Default value
"1"

sidecar.dashboards.folder📜

Type: string

Default value
"/tmp/dashboards"

sidecar.dashboards.defaultFolderName📜

Type: string

Default value
nil

sidecar.dashboards.searchNamespace📜

Type: string

Default value
"ALL"

sidecar.dashboards.watchMethod📜

Type: string

Default value
"WATCH"

sidecar.dashboards.resource📜

Type: string

Default value
"both"

sidecar.dashboards.folderAnnotation📜

Type: string

Default value
nil

sidecar.dashboards.reloadURL📜

Type: string

Default value
"http://localhost:3000/api/admin/provisioning/dashboards/reload"

sidecar.dashboards.script📜

Type: string

Default value
nil

sidecar.dashboards.skipReload📜

Type: bool

Default value
false

sidecar.dashboards.provider.name📜

Type: string

Default value
"sidecarProvider"

sidecar.dashboards.provider.orgid📜

Type: int

Default value
1

sidecar.dashboards.provider.folder📜

Type: string

Default value
""

sidecar.dashboards.provider.type📜

Type: string

Default value
"file"

sidecar.dashboards.provider.disableDelete📜

Type: bool

Default value
false

sidecar.dashboards.provider.allowUiUpdates📜

Type: bool

Default value
false

sidecar.dashboards.provider.foldersFromFilesStructure📜

Type: bool

Default value
false

sidecar.dashboards.extraMounts📜

Type: list

Default value
[]

sidecar.dashboards.sizeLimit📜

Type: object

Default value
{}

sidecar.dashboards.multicluster.global.enabled📜

Type: bool

Default value
true

sidecar.dashboards.multicluster.etcd.enabled📜

Type: bool

Default value
true

sidecar.datasources.enabled📜

Type: bool

Default value
true

sidecar.datasources.env📜

Type: object

Default value
{}

sidecar.datasources.envValueFrom📜

Type: object

Default value
{}

sidecar.datasources.label📜

Type: string

Default value
"grafana_datasource"

sidecar.datasources.labelValue📜

Type: string

Default value
"1"

sidecar.datasources.searchNamespace📜

Type: string

Default value
nil

sidecar.datasources.watchMethod📜

Type: string

Default value
"WATCH"

sidecar.datasources.resource📜

Type: string

Default value
"both"

sidecar.datasources.reloadURL📜

Type: string

Default value
"http://localhost:3000/api/admin/provisioning/datasources/reload"

sidecar.datasources.script📜

Type: string

Default value
nil

sidecar.datasources.skipReload📜

Type: bool

Default value
false

sidecar.datasources.initDatasources📜

Type: bool

Default value
false

sidecar.datasources.sizeLimit📜

Type: object

Default value
{}

sidecar.plugins.enabled📜

Type: bool

Default value
false

sidecar.plugins.env📜

Type: object

Default value
{}

sidecar.plugins.label📜

Type: string

Default value
"grafana_plugin"

sidecar.plugins.labelValue📜

Type: string

Default value
""

sidecar.plugins.searchNamespace📜

Type: string

Default value
nil

sidecar.plugins.watchMethod📜

Type: string

Default value
"WATCH"

sidecar.plugins.resource📜

Type: string

Default value
"both"

sidecar.plugins.reloadURL📜

Type: string

Default value
"http://localhost:3000/api/admin/provisioning/plugins/reload"

sidecar.plugins.script📜

Type: string

Default value
nil

sidecar.plugins.skipReload📜

Type: bool

Default value
false

sidecar.plugins.initPlugins📜

Type: bool

Default value
false

sidecar.plugins.sizeLimit📜

Type: object

Default value
{}

sidecar.notifiers.enabled📜

Type: bool

Default value
false

sidecar.notifiers.env📜

Type: object

Default value
{}

sidecar.notifiers.label📜

Type: string

Default value
"grafana_notifier"

sidecar.notifiers.labelValue📜

Type: string

Default value
""

sidecar.notifiers.searchNamespace📜

Type: string

Default value
nil

sidecar.notifiers.watchMethod📜

Type: string

Default value
"WATCH"

sidecar.notifiers.resource📜

Type: string

Default value
"both"

sidecar.notifiers.reloadURL📜

Type: string

Default value
"http://localhost:3000/api/admin/provisioning/notifications/reload"

sidecar.notifiers.script📜

Type: string

Default value
nil

sidecar.notifiers.skipReload📜

Type: bool

Default value
false

sidecar.notifiers.initNotifiers📜

Type: bool

Default value
false

sidecar.notifiers.sizeLimit📜

Type: object

Default value
{}

namespaceOverride📜

Type: string

Default value
""

revisionHistoryLimit📜

Type: int

Default value
10

imageRenderer.deploymentStrategy📜

Type: object

Default value
{}

imageRenderer.enabled📜

Type: bool

Default value
false

imageRenderer.replicas📜

Type: int

Default value
1

imageRenderer.autoscaling.enabled📜

Type: bool

Default value
false

imageRenderer.autoscaling.minReplicas📜

Type: int

Default value
1

imageRenderer.autoscaling.maxReplicas📜

Type: int

Default value
5

imageRenderer.autoscaling.targetCPU📜

Type: string

Default value
"60"

imageRenderer.autoscaling.targetMemory📜

Type: string

Default value
""

imageRenderer.autoscaling.behavior📜

Type: object

Default value
{}

imageRenderer.image.repository📜

Type: string

Default value
"docker.io/grafana/grafana-image-renderer"

imageRenderer.image.tag📜

Type: string

Default value
"latest"

imageRenderer.image.sha📜

Type: string

Default value
""

imageRenderer.image.pullPolicy📜

Type: string

Default value
"Always"

imageRenderer.env.HTTP_HOST📜

Type: string

Default value
"0.0.0.0"

imageRenderer.envValueFrom📜

Type: object

Default value
{}

imageRenderer.serviceAccountName📜

Type: string

Default value
""

imageRenderer.securityContext📜

Type: object

Default value
{}

imageRenderer.containerSecurityContext.seccompProfile.type📜

Type: string

Default value
"RuntimeDefault"

imageRenderer.containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

imageRenderer.containerSecurityContext.allowPrivilegeEscalation📜

Type: bool

Default value
false

imageRenderer.containerSecurityContext.readOnlyRootFilesystem📜

Type: bool

Default value
true

imageRenderer.podAnnotations📜

Type: object

Default value
{}

imageRenderer.hostAliases📜

Type: list

Default value
[]

imageRenderer.priorityClassName📜

Type: string

Default value
""

imageRenderer.service.enabled📜

Type: bool

Default value
true

imageRenderer.service.portName📜

Type: string

Default value
"http-web"

imageRenderer.service.port📜

Type: int

Default value
8081

imageRenderer.service.targetPort📜

Type: int

Default value
8081

imageRenderer.service.appProtocol📜

Type: string

Default value
""

imageRenderer.serviceMonitor.enabled📜

Type: bool

Default value
false

imageRenderer.serviceMonitor.path📜

Type: string

Default value
"/metrics"

imageRenderer.serviceMonitor.labels📜

Type: object

Default value
{}

imageRenderer.serviceMonitor.interval📜

Type: string

Default value
"1m"

imageRenderer.serviceMonitor.scheme📜

Type: string

Default value
"http"

imageRenderer.serviceMonitor.tlsConfig📜

Type: object

Default value
{}

imageRenderer.serviceMonitor.scrapeTimeout📜

Type: string

Default value
"30s"

imageRenderer.serviceMonitor.relabelings📜

Type: list

Default value
[]

imageRenderer.serviceMonitor.targetLabels📜

Type: list

Default value
[]

imageRenderer.grafanaProtocol📜

Type: string

Default value
"http"

imageRenderer.grafanaSubPath📜

Type: string

Default value
""

imageRenderer.podPortName📜

Type: string

Default value
"http"

imageRenderer.revisionHistoryLimit📜

Type: int

Default value
10

imageRenderer.networkPolicy.limitIngress📜

Type: bool

Default value
true

imageRenderer.networkPolicy.limitEgress📜

Type: bool

Default value
false

imageRenderer.networkPolicy.extraIngressSelectors📜

Type: list

Default value
[]

imageRenderer.resources📜

Type: object

Default value
{}

imageRenderer.nodeSelector📜

Type: object

Default value
{}

imageRenderer.tolerations📜

Type: list

Default value
[]

imageRenderer.affinity📜

Type: object

Default value
{}

networkPolicy.enabled📜

Type: bool

Default value
false

networkPolicy.ingress📜

Type: bool

Default value
true

networkPolicy.allowExternal📜

Type: bool

Default value
true

networkPolicy.explicitNamespacesSelector📜

Type: object

Default value
{}

networkPolicy.egress.enabled📜

Type: bool

Default value
false

networkPolicy.egress.blockDNSResolution📜

Type: bool

Default value
false

networkPolicy.egress.ports📜

Type: list

Default value
[]

networkPolicy.egress.to📜

Type: list

Default value
[]

enableKubeBackwardCompatibility📜

Type: bool

Default value
false

useStatefulSet📜

Type: bool

Default value
false

extraObjects📜

Type: list

Default value
[]

assertNoLeakedSecrets📜

Type: bool

Default value
false

defaultDashboardsEnabled.enabled📜

Type: bool

Default value
true

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

kubelet.enabled📜

Type: bool

Default value
true

kubelet.namespace📜

Type: string

Default value
"kube-system"

kubeProxy.enabled📜

Type: bool

Default value
true

kubeScheduler.enabled📜

Type: bool

Default value
true

nodeExporter.enabled📜

Type: bool

Default value
true

windowsMonitoring.enabled📜

Type: bool

Default value
true

prometheusRemoteWriteDashboards📜

Type: bool

Default value
true

networkPolicies.enabled📜

Type: bool

Default value
false

networkPolicies.ingressLabels.app📜

Type: string

Default value
"public-ingressgateway"

networkPolicies.ingressLabels.istio📜

Type: string

Default value
"ingressgateway"

networkPolicies.additionalPolicies📜

Type: list

Default value
[]

defaultDashboardsEditable📜

Type: bool

Default value
true

domain📜

Type: string

Default value
"bigbang.dev"

istio.enabled📜

Type: bool

Default value
false

istio.hardened.enabled📜

Type: bool

Default value
false

istio.hardened.outboundTrafficPolicyMode📜

Type: string

Default value
"REGISTRY_ONLY"

istio.hardened.customServiceEntries📜

Type: list

Default value
[]

istio.hardened.customAuthorizationPolicies📜

Type: list

Default value
[]

istio.hardened.kiali.enabled📜

Type: bool

Default value
true

istio.hardened.kiali.namespaces[0]📜

Type: string

Default value
"kiali"

istio.hardened.kiali.principals[0]📜

Type: string

Default value
"cluster.local/ns/kiali/sa/kiali-service-account"

istio.grafana.enabled📜

Type: bool

Default value
true

istio.grafana.annotations📜

Type: object

Default value
{}

istio.grafana.labels📜

Type: object

Default value
{}

istio.grafana.gateways[0]📜

Type: string

Default value
"istio-system/main"

istio.grafana.hosts[0]📜

Type: string

Default value
"grafana.{{ .Values.domain }}"

istio.grafana.service📜

Type: string

Default value
""

istio.grafana.port📜

Type: string

Default value
""

istio.grafana.namespace📜

Type: string

Default value
""

istio.injection📜

Type: string

Default value
"disabled"

istio.mtls.mode📜

Type: string

Default value
"STRICT"

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"