UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
README.md 21.1 KiB
Newer Older
Ryan Thompson's avatar
Ryan Thompson committed

Steven Donald's avatar
Steven Donald committed
![Version: 7.2.1-bb.5](https://img.shields.io/badge/Version-7.2.1--bb.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.3](https://img.shields.io/badge/AppVersion-10.2.3-informational?style=flat-square)

The leading tool for querying and visualizing time series and metrics.

## Upstream References
bigbang bot's avatar
bigbang bot committed
* <https://grafana.com>

* <https://github.com/grafana/grafana>
* <https://github.com/grafana/helm-charts>

## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)

## Pre-Requisites

* Kubernetes Cluster deployed
* Kubernetes config installed in `~/.kube/config`
* Helm installed

Kubernetes: `^1.8.0-0`

Install Helm

https://helm.sh/docs/intro/install/

## Deployment

* Clone down the repository
* cd into directory
```bash
helm install grafana chart/
```

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
bigbang bot's avatar
bigbang bot committed
| global.imageRegistry | string | `"registry1.dso.mil"` | Overrides the Docker registry globally for all images |
| global.imagePullSecrets | list | `[]` |  |
| rbac.create | bool | `true` |  |
| rbac.pspEnabled | bool | `false` |  |
| rbac.pspUseAppArmor | bool | `false` |  |
| rbac.namespaced | bool | `false` |  |
| rbac.extraRoleRules | list | `[]` |  |
| rbac.extraClusterRoleRules | list | `[]` |  |
| serviceAccount.create | bool | `true` |  |
| serviceAccount.name | string | `nil` |  |
| serviceAccount.nameTest | string | `nil` |  |
| serviceAccount.labels | object | `{}` |  |
| serviceAccount.autoMount | bool | `true` |  |
| replicas | int | `1` |  |
| headlessService | bool | `false` |  |
| autoscaling.enabled | bool | `false` |  |
| autoscaling.minReplicas | int | `1` |  |
| autoscaling.maxReplicas | int | `5` |  |
| autoscaling.targetCPU | string | `"60"` |  |
| autoscaling.targetMemory | string | `""` |  |
| autoscaling.behavior | object | `{}` |  |
| podDisruptionBudget | object | `{}` |  |
| deploymentStrategy.type | string | `"RollingUpdate"` |  |
| readinessProbe.httpGet.path | string | `"/api/health"` |  |
| readinessProbe.httpGet.port | int | `3000` |  |
| livenessProbe.httpGet.path | string | `"/api/health"` |  |
| livenessProbe.httpGet.port | int | `3000` |  |
| livenessProbe.initialDelaySeconds | int | `60` |  |
| livenessProbe.timeoutSeconds | int | `30` |  |
| livenessProbe.failureThreshold | int | `10` |  |
bigbang bot's avatar
bigbang bot committed
| image.repository | string | `"ironbank/big-bang/grafana/grafana-plugins"` |  |
| image.tag | string | `"10.2.3"` |  |
| image.pullPolicy | string | `"IfNotPresent"` |  |
| image.pullSecrets[0] | string | `"private-registry"` |  |
| testFramework.enabled | bool | `false` |  |
| testFramework.image | string | `"docker.io/bats/bats"` |  |
| testFramework.tag | string | `"v1.4.1"` |  |
| testFramework.imagePullPolicy | string | `"IfNotPresent"` |  |
| testFramework.securityContext | object | `{}` |  |
bigbang bot's avatar
bigbang bot committed
| dnsPolicy | string | `nil` |  |
| dnsConfig | object | `{}` |  |
| securityContext.runAsNonRoot | bool | `true` |  |
| securityContext.runAsUser | int | `65532` |  |
| securityContext.runAsGroup | int | `65532` |  |
| securityContext.fsGroup | int | `65532` |  |
| containerSecurityContext.allowPrivilegeEscalation | bool | `false` |  |
| containerSecurityContext.capabilities.drop[0] | string | `"ALL"` |  |
| containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` |  |
| createConfigmap | bool | `true` |  |
| extraConfigmapMounts | list | `[]` |  |
| extraEmptyDirMounts | list | `[]` |  |
| extraLabels | object | `{}` |  |
bigbang bot's avatar
bigbang bot committed
| downloadDashboardsImage.repository | string | `"ironbank/big-bang/base"` |  |
| downloadDashboardsImage.tag | string | `"2.1.0"` |  |
| downloadDashboardsImage.pullPolicy | string | `"IfNotPresent"` |  |
| downloadDashboards.env | object | `{}` |  |
| downloadDashboards.envFromSecret | string | `""` |  |
| downloadDashboards.resources.limits.cpu | string | `"20m"` |  |
| downloadDashboards.resources.limits.memory | string | `"20Mi"` |  |
| downloadDashboards.resources.requests.cpu | string | `"20m"` |  |
| downloadDashboards.resources.requests.memory | string | `"20Mi"` |  |
| downloadDashboards.securityContext.allowPrivilegeEscalation | bool | `false` |  |
| downloadDashboards.securityContext.capabilities.drop[0] | string | `"ALL"` |  |
| downloadDashboards.securityContext.seccompProfile.type | string | `"RuntimeDefault"` |  |
| downloadDashboards.envValueFrom | object | `{}` |  |
| podPortName | string | `"grafana"` |  |
| gossipPortName | string | `"gossip"` |  |
| service.enabled | bool | `true` |  |
| service.type | string | `"ClusterIP"` |  |
bigbang bot's avatar
bigbang bot committed
| service.loadBalancerIP | string | `""` |  |
| service.loadBalancerClass | string | `""` |  |
| service.loadBalancerSourceRanges | list | `[]` |  |
| service.port | int | `80` |  |
| service.targetPort | int | `3000` |  |
| service.annotations | object | `{}` |  |
| service.labels | object | `{}` |  |
| service.portName | string | `"http-service"` |  |
| service.appProtocol | string | `""` |  |
| serviceMonitor.enabled | bool | `false` |  |
| serviceMonitor.path | string | `"/metrics"` |  |
| serviceMonitor.labels | object | `{}` |  |
| serviceMonitor.interval | string | `"1m"` |  |
| serviceMonitor.scheme | string | `"http"` |  |
| serviceMonitor.tlsConfig | object | `{}` |  |
| serviceMonitor.scrapeTimeout | string | `"30s"` |  |
| serviceMonitor.relabelings | list | `[]` |  |
| serviceMonitor.metricRelabelings | list | `[]` |  |
| serviceMonitor.targetLabels | list | `[]` |  |
| extraExposePorts | list | `[]` |  |
| hostAliases | list | `[]` |  |
| ingress.enabled | bool | `false` |  |
| ingress.annotations | object | `{}` |  |
| ingress.labels | object | `{}` |  |
| ingress.path | string | `"/"` |  |
| ingress.pathType | string | `"Prefix"` |  |
| ingress.hosts[0] | string | `"chart-example.local"` |  |
| ingress.extraPaths | list | `[]` |  |
| ingress.tls | list | `[]` |  |
| resources.limits.cpu | string | `"100m"` |  |
| resources.limits.memory | string | `"256Mi"` |  |
| resources.requests.cpu | string | `"100m"` |  |
| resources.requests.memory | string | `"256Mi"` |  |
| nodeSelector | object | `{}` |  |
| tolerations | list | `[]` |  |
| affinity | object | `{}` |  |
| topologySpreadConstraints | list | `[]` |  |
| extraInitContainers | list | `[]` |  |
| extraContainers | string | `""` |  |
| extraContainerVolumes | list | `[]` |  |
| persistence.type | string | `"pvc"` |  |
| persistence.enabled | bool | `false` |  |
| persistence.accessModes[0] | string | `"ReadWriteOnce"` |  |
| persistence.size | string | `"10Gi"` |  |
| persistence.finalizers[0] | string | `"kubernetes.io/pvc-protection"` |  |
| persistence.extraPvcLabels | object | `{}` |  |
| persistence.inMemory.enabled | bool | `false` |  |
| initChownData.enabled | bool | `false` |  |
bigbang bot's avatar
bigbang bot committed
| initChownData.image.repository | string | `"ironbank/redhat/ubi/ubi9-minimal"` |  |
| initChownData.image.tag | string | `"9.3"` |  |
| initChownData.image.sha | string | `""` |  |
| initChownData.image.pullPolicy | string | `"IfNotPresent"` |  |
| initChownData.resources.limits.cpu | string | `"100m"` |  |
| initChownData.resources.limits.memory | string | `"128Mi"` |  |
| initChownData.resources.requests.cpu | string | `"100m"` |  |
| initChownData.resources.requests.memory | string | `"128Mi"` |  |
| initChownData.securityContext.runAsNonRoot | bool | `false` |  |
| initChownData.securityContext.runAsUser | int | `0` |  |
| initChownData.securityContext.seccompProfile.type | string | `"RuntimeDefault"` |  |
| initChownData.securityContext.capabilities.add[0] | string | `"CHOWN"` |  |
| adminUser | string | `"admin"` |  |
| adminPassword | string | `"prom-operator"` |  |
| admin.existingSecret | string | `""` |  |
| admin.userKey | string | `"admin-user"` |  |
| admin.passwordKey | string | `"admin-password"` |  |
| env | object | `{}` |  |
| envValueFrom | object | `{}` |  |
| envFromSecret | string | `""` |  |
| envRenderSecret | object | `{}` |  |
| envFromSecrets | list | `[]` |  |
| envFromConfigMaps | list | `[]` |  |
| enableServiceLinks | bool | `true` |  |
| extraSecretMounts | list | `[]` |  |
| extraVolumeMounts | list | `[]` |  |
bigbang bot's avatar
bigbang bot committed
| extraVolumes | list | `[]` |  |
| lifecycleHooks | object | `{}` |  |
| plugins | list | `[]` |  |
| datasources | object | `{}` |  |
| alerting | object | `{}` |  |
| notifiers | object | `{}` |  |
| dashboardProviders | object | `{}` |  |
| dashboards | object | `{}` |  |
| dashboardsConfigMaps | object | `{}` |  |
| "grafana.ini".paths.data | string | `"/var/lib/grafana/"` |  |
| "grafana.ini".paths.logs | string | `"/var/log/grafana"` |  |
| "grafana.ini".paths.plugins | string | `"/var/lib/grafana/plugins"` |  |
| "grafana.ini".paths.provisioning | string | `"/etc/grafana/provisioning"` |  |
| "grafana.ini".analytics.check_for_updates | bool | `true` |  |
| "grafana.ini".log.mode | string | `"console"` |  |
| "grafana.ini".grafana_net.url | string | `"https://grafana.net"` |  |
| "grafana.ini".server.domain | string | `"{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ .Values.ingress.hosts \| first }}{{ else }}''{{ end }}"` |  |
| "grafana.ini"."auth.generic_oauth".enabled | bool | `false` |  |
| "grafana.ini"."auth.generic_oauth".client_id | string | `"grafana"` |  |
| "grafana.ini"."auth.generic_oauth".client_secret | string | `"secret"` |  |
| "grafana.ini"."auth.generic_oauth".scopes | string | `"Grafana"` |  |
| "grafana.ini"."auth.generic_oauth".auth_url | string | `"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/auth"` |  |
| "grafana.ini"."auth.generic_oauth".token_url | string | `"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/token"` |  |
| "grafana.ini"."auth.generic_oauth".api_url | string | `"https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/userinfo"` |  |
| "grafana.ini"."auth.generic_oauth".allow_sign_up | bool | `true` |  |
| "grafana.ini"."auth.generic_oauth".role_attribute_path | string | `"Viewer"` |  |
| "grafana.ini"."plugin.grafana-piechart-panel".path | string | `"/var/lib/bb-plugins/piechart-panel"` |  |
| "grafana.ini"."plugin.grafana-polystat-panel".path | string | `"/var/lib/bb-plugins/polystat-panel"` |  |
| "grafana.ini"."plugin.redis-datasource".path | string | `"/var/lib/bb-plugins/redis-datasource"` |  |
| ldap.enabled | bool | `false` |  |
| ldap.existingSecret | string | `""` |  |
| ldap.config | string | `""` |  |
| smtp.existingSecret | string | `""` |  |
| smtp.userKey | string | `"user"` |  |
| smtp.passwordKey | string | `"password"` |  |
bigbang bot's avatar
bigbang bot committed
| sidecar.image.repository | string | `"ironbank/kiwigrid/k8s-sidecar"` |  |
| sidecar.image.tag | string | `"1.25.3"` |  |
| sidecar.imagePullPolicy | string | `"IfNotPresent"` |  |
| sidecar.resources.limits.cpu | string | `"100m"` |  |
| sidecar.resources.limits.memory | string | `"100Mi"` |  |
| sidecar.resources.requests.cpu | string | `"100m"` |  |
| sidecar.resources.requests.memory | string | `"100Mi"` |  |
| sidecar.securityContext.allowPrivilegeEscalation | bool | `false` |  |
| sidecar.securityContext.capabilities.drop[0] | string | `"ALL"` |  |
| sidecar.securityContext.seccompProfile.type | string | `"RuntimeDefault"` |  |
| sidecar.enableUniqueFilenames | bool | `false` |  |
| sidecar.readinessProbe | object | `{}` |  |
| sidecar.livenessProbe | object | `{}` |  |
| sidecar.alerts.enabled | bool | `false` |  |
| sidecar.alerts.env | object | `{}` |  |
| sidecar.alerts.label | string | `"grafana_alert"` |  |
| sidecar.alerts.labelValue | string | `""` |  |
| sidecar.alerts.searchNamespace | string | `nil` |  |
| sidecar.alerts.watchMethod | string | `"WATCH"` |  |
| sidecar.alerts.resource | string | `"both"` |  |
| sidecar.alerts.reloadURL | string | `"http://localhost:3000/api/admin/provisioning/alerting/reload"` |  |
| sidecar.alerts.script | string | `nil` |  |
| sidecar.alerts.skipReload | bool | `false` |  |
bigbang bot's avatar
bigbang bot committed
| sidecar.alerts.initAlerts | bool | `false` |  |
| sidecar.alerts.extraMounts | list | `[]` |  |
| sidecar.alerts.sizeLimit | object | `{}` |  |
| sidecar.dashboards.enabled | bool | `true` |  |
| sidecar.dashboards.env | object | `{}` |  |
| sidecar.dashboards.SCProvider | bool | `true` |  |
| sidecar.dashboards.label | string | `"grafana_dashboard"` |  |
| sidecar.dashboards.labelValue | string | `"1"` |  |
| sidecar.dashboards.folder | string | `"/tmp/dashboards"` |  |
| sidecar.dashboards.defaultFolderName | string | `nil` |  |
| sidecar.dashboards.searchNamespace | string | `"ALL"` |  |
| sidecar.dashboards.watchMethod | string | `"WATCH"` |  |
| sidecar.dashboards.resource | string | `"both"` |  |
| sidecar.dashboards.folderAnnotation | string | `nil` |  |
| sidecar.dashboards.reloadURL | string | `"http://localhost:3000/api/admin/provisioning/dashboards/reload"` |  |
| sidecar.dashboards.script | string | `nil` |  |
| sidecar.dashboards.skipReload | bool | `false` |  |
| sidecar.dashboards.provider.name | string | `"sidecarProvider"` |  |
| sidecar.dashboards.provider.orgid | int | `1` |  |
| sidecar.dashboards.provider.folder | string | `""` |  |
| sidecar.dashboards.provider.type | string | `"file"` |  |
| sidecar.dashboards.provider.disableDelete | bool | `false` |  |
| sidecar.dashboards.provider.allowUiUpdates | bool | `false` |  |
| sidecar.dashboards.provider.foldersFromFilesStructure | bool | `false` |  |
| sidecar.dashboards.extraMounts | list | `[]` |  |
| sidecar.dashboards.sizeLimit | object | `{}` |  |
| sidecar.dashboards.multicluster.global.enabled | bool | `true` |  |
| sidecar.dashboards.multicluster.etcd.enabled | bool | `true` |  |
| sidecar.datasources.enabled | bool | `true` |  |
| sidecar.datasources.env | object | `{}` |  |
bigbang bot's avatar
bigbang bot committed
| sidecar.datasources.envValueFrom | object | `{}` |  |
| sidecar.datasources.label | string | `"grafana_datasource"` |  |
| sidecar.datasources.labelValue | string | `"1"` |  |
| sidecar.datasources.searchNamespace | string | `nil` |  |
| sidecar.datasources.watchMethod | string | `"WATCH"` |  |
| sidecar.datasources.resource | string | `"both"` |  |
| sidecar.datasources.reloadURL | string | `"http://localhost:3000/api/admin/provisioning/datasources/reload"` |  |
| sidecar.datasources.script | string | `nil` |  |
| sidecar.datasources.skipReload | bool | `false` |  |
| sidecar.datasources.initDatasources | bool | `false` |  |
| sidecar.datasources.sizeLimit | object | `{}` |  |
| sidecar.plugins.enabled | bool | `false` |  |
| sidecar.plugins.env | object | `{}` |  |
| sidecar.plugins.label | string | `"grafana_plugin"` |  |
| sidecar.plugins.labelValue | string | `""` |  |
| sidecar.plugins.searchNamespace | string | `nil` |  |
| sidecar.plugins.watchMethod | string | `"WATCH"` |  |
| sidecar.plugins.resource | string | `"both"` |  |
| sidecar.plugins.reloadURL | string | `"http://localhost:3000/api/admin/provisioning/plugins/reload"` |  |
| sidecar.plugins.script | string | `nil` |  |
| sidecar.plugins.skipReload | bool | `false` |  |
| sidecar.plugins.initPlugins | bool | `false` |  |
| sidecar.plugins.sizeLimit | object | `{}` |  |
| sidecar.notifiers.enabled | bool | `false` |  |
| sidecar.notifiers.env | object | `{}` |  |
| sidecar.notifiers.label | string | `"grafana_notifier"` |  |
| sidecar.notifiers.labelValue | string | `""` |  |
| sidecar.notifiers.searchNamespace | string | `nil` |  |
| sidecar.notifiers.watchMethod | string | `"WATCH"` |  |
| sidecar.notifiers.resource | string | `"both"` |  |
| sidecar.notifiers.reloadURL | string | `"http://localhost:3000/api/admin/provisioning/notifications/reload"` |  |
| sidecar.notifiers.script | string | `nil` |  |
| sidecar.notifiers.skipReload | bool | `false` |  |
| sidecar.notifiers.initNotifiers | bool | `false` |  |
| sidecar.notifiers.sizeLimit | object | `{}` |  |
| namespaceOverride | string | `""` |  |
| revisionHistoryLimit | int | `10` |  |
| imageRenderer.deploymentStrategy | object | `{}` |  |
| imageRenderer.enabled | bool | `false` |  |
| imageRenderer.replicas | int | `1` |  |
| imageRenderer.autoscaling.enabled | bool | `false` |  |
| imageRenderer.autoscaling.minReplicas | int | `1` |  |
| imageRenderer.autoscaling.maxReplicas | int | `5` |  |
| imageRenderer.autoscaling.targetCPU | string | `"60"` |  |
| imageRenderer.autoscaling.targetMemory | string | `""` |  |
| imageRenderer.autoscaling.behavior | object | `{}` |  |
| imageRenderer.image.repository | string | `"docker.io/grafana/grafana-image-renderer"` |  |
| imageRenderer.image.tag | string | `"latest"` |  |
| imageRenderer.image.sha | string | `""` |  |
| imageRenderer.image.pullPolicy | string | `"Always"` |  |
| imageRenderer.env.HTTP_HOST | string | `"0.0.0.0"` |  |
| imageRenderer.envValueFrom | object | `{}` |  |
| imageRenderer.serviceAccountName | string | `""` |  |
| imageRenderer.securityContext | object | `{}` |  |
| imageRenderer.containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` |  |
| imageRenderer.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` |  |
| imageRenderer.containerSecurityContext.allowPrivilegeEscalation | bool | `false` |  |
| imageRenderer.containerSecurityContext.readOnlyRootFilesystem | bool | `true` |  |
bigbang bot's avatar
bigbang bot committed
| imageRenderer.podAnnotations | object | `{}` |  |
| imageRenderer.hostAliases | list | `[]` |  |
| imageRenderer.priorityClassName | string | `""` |  |
| imageRenderer.service.enabled | bool | `true` |  |
| imageRenderer.service.portName | string | `"http-web"` |  |
| imageRenderer.service.port | int | `8081` |  |
| imageRenderer.service.targetPort | int | `8081` |  |
| imageRenderer.service.appProtocol | string | `""` |  |
| imageRenderer.serviceMonitor.enabled | bool | `false` |  |
| imageRenderer.serviceMonitor.path | string | `"/metrics"` |  |
| imageRenderer.serviceMonitor.labels | object | `{}` |  |
| imageRenderer.serviceMonitor.interval | string | `"1m"` |  |
| imageRenderer.serviceMonitor.scheme | string | `"http"` |  |
| imageRenderer.serviceMonitor.tlsConfig | object | `{}` |  |
| imageRenderer.serviceMonitor.scrapeTimeout | string | `"30s"` |  |
| imageRenderer.serviceMonitor.relabelings | list | `[]` |  |
| imageRenderer.serviceMonitor.targetLabels | list | `[]` |  |
| imageRenderer.grafanaProtocol | string | `"http"` |  |
| imageRenderer.grafanaSubPath | string | `""` |  |
| imageRenderer.podPortName | string | `"http"` |  |
| imageRenderer.revisionHistoryLimit | int | `10` |  |
| imageRenderer.networkPolicy.limitIngress | bool | `true` |  |
| imageRenderer.networkPolicy.limitEgress | bool | `false` |  |
| imageRenderer.networkPolicy.extraIngressSelectors | list | `[]` |  |
| imageRenderer.resources | object | `{}` |  |
| imageRenderer.nodeSelector | object | `{}` |  |
| imageRenderer.tolerations | list | `[]` |  |
| imageRenderer.affinity | object | `{}` |  |
| networkPolicy.enabled | bool | `false` |  |
| networkPolicy.ingress | bool | `true` |  |
| networkPolicy.allowExternal | bool | `true` |  |
| networkPolicy.explicitNamespacesSelector | object | `{}` |  |
| networkPolicy.egress.enabled | bool | `false` |  |
bigbang bot's avatar
bigbang bot committed
| networkPolicy.egress.blockDNSResolution | bool | `false` |  |
| networkPolicy.egress.ports | list | `[]` |  |
bigbang bot's avatar
bigbang bot committed
| networkPolicy.egress.to | list | `[]` |  |
| enableKubeBackwardCompatibility | bool | `false` |  |
| useStatefulSet | bool | `false` |  |
| extraObjects | list | `[]` |  |
bigbang bot's avatar
bigbang bot committed
| assertNoLeakedSecrets | bool | `false` |  |
| defaultDashboardsEnabled.enabled | bool | `true` |  |
| coreDns.enabled | bool | `true` |  |
| kubeEtcd.enabled | bool | `true` |  |
| kubeApiServer.enabled | bool | `true` |  |
| kubeControllerManager.enabled | bool | `true` |  |
| kubelet.enabled | bool | `true` |  |
| kubelet.namespace | string | `"kube-system"` |  |
| kubeProxy.enabled | bool | `true` |  |
| kubeScheduler.enabled | bool | `true` |  |
| nodeExporter.enabled | bool | `true` |  |
| windowsMonitoring.enabled | bool | `true` |  |
| prometheusRemoteWriteDashboards | bool | `true` |  |
| networkPolicies.enabled | bool | `false` |  |
| networkPolicies.ingressLabels.app | string | `"public-ingressgateway"` |  |
| networkPolicies.ingressLabels.istio | string | `"ingressgateway"` |  |
| domain | string | `"bigbang.dev"` |  |
| istio.enabled | bool | `false` |  |
| istio.hardened.enabled | bool | `false` |  |
| istio.grafana.enabled | bool | `true` |  |
| istio.grafana.annotations | object | `{}` |  |
| istio.grafana.labels | object | `{}` |  |
| istio.grafana.gateways[0] | string | `"istio-system/main"` |  |
| istio.grafana.hosts[0] | string | `"grafana.{{ .Values.domain }}"` |  |
| istio.grafana.service | string | `""` |  |
| istio.grafana.port | string | `""` |  |
| istio.grafana.namespace | string | `""` |  |
| istio.injection | string | `"disabled"` |  |
| istio.mtls.mode | string | `"STRICT"` |  |
| bbtests.enabled | bool | `false` |  |
| bbtests.cypress.artifacts | bool | `true` |  |
| bbtests.cypress.envs.cypress_grafana_url | string | `"http://grafana:80"` |  |
bigbang bot's avatar
bigbang bot committed
| bbtests.cypress.resources.requests.cpu | int | `2` |  |
| bbtests.cypress.resources.requests.memory | string | `"2Gi"` |  |
Steven Donald's avatar
Steven Donald committed
| bbtests.cypress.resources.limits.cpu | int | `2` |  |
| bbtests.cypress.resources.limits.memory | string | `"2Gi"` |  |
bigbang bot's avatar
bigbang bot committed
| bbtests.istio.sidecar.resources.cpu.requests | string | `"100m"` |  |
| bbtests.istio.sidecar.resources.cpu.limits | string | `"2000m"` |  |
| bbtests.istio.sidecar.resources.memory.requests | string | `"512Mi"` |  |
| bbtests.istio.sidecar.resources.memory.limits | string | `"2048Mi"` |  |

## Contributing

Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.