2021-11-23 22:51:54 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/grafana
|
2021-11-23 22:51:54 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-12-27 08:15:02 +00:00
|
|
|
tag: v8.3.3@sha256:4ecb32502bbc73bc41cce6fdf4e596ede632739f3cdf5f9cc9a7658dcb1e953d
|
2021-11-23 22:51:54 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
protocol: HTTP
|
2021-11-23 22:51:54 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 3000
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10038
|
2021-11-23 22:51:54 +00:00
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/api/health"
|
|
|
|
|
|
|
|
readiness:
|
|
|
|
path: "/api/health"
|
|
|
|
|
|
|
|
startup:
|
|
|
|
path: "/api/health"
|
|
|
|
|
|
|
|
secret:
|
2021-12-11 12:49:05 +00:00
|
|
|
GF_SECURITY_ADMIN_USER: "admin"
|
2021-11-23 22:51:54 +00:00
|
|
|
GF_SECURITY_ADMIN_PASSWORD: "testpassword"
|
|
|
|
|
|
|
|
env:
|
|
|
|
GF_INSTALL_PLUGINS: ""
|
2021-12-05 11:23:54 +00:00
|
|
|
GF_PATHS_PLUGINS: "/opt/bitnami/grafana/data/plugins"
|
2021-11-23 22:51:54 +00:00
|
|
|
GF_AUTH_LDAP_ENABLED: "false"
|
2021-12-05 11:23:54 +00:00
|
|
|
GF_AUTH_LDAP_CONFIG_FILE: "/opt/bitnami/grafana/conf/ldap.toml"
|
2021-11-23 22:51:54 +00:00
|
|
|
GF_AUTH_LDAP_ALLOW_SIGN_UP: "false"
|
2021-12-05 11:23:54 +00:00
|
|
|
GF_PATHS_PROVISIONING: "/opt/bitnami/grafana/conf/provisioning"
|
|
|
|
GF_PATHS_CONFIG: "/opt/bitnami/grafana/conf/grafana.ini"
|
|
|
|
GF_PATHS_DATA: "/opt/bitnami/grafana/data"
|
|
|
|
GF_PATHS_LOGS: "/opt/bitnami/grafana/logs"
|
2021-11-23 22:51:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-12-05 11:23:54 +00:00
|
|
|
mountPath: "/opt/bitnami/grafana/data"
|
2021-11-23 22:51:54 +00:00
|
|
|
|
|
|
|
metrics:
|
|
|
|
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
enabled: false
|
|
|
|
serviceMonitor:
|
|
|
|
interval: 1m
|
|
|
|
scrapeTimeout: 30s
|
|
|
|
labels: {}
|
|
|
|
# -- Enable and configure Prometheus Rules for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
prometheusRule:
|
|
|
|
enabled: false
|
|
|
|
labels: {}
|
|
|
|
# -- Configure additionial rules for the chart under this key.
|
|
|
|
# @default -- See prometheusrules.yaml
|
|
|
|
rules: []
|
|
|
|
# - alert: UnifiPollerAbsent
|
|
|
|
# annotations:
|
|
|
|
# description: Unifi Poller has disappeared from Prometheus service discovery.
|
|
|
|
# summary: Unifi Poller is down.
|
|
|
|
# expr: |
|
|
|
|
# absent(up{job=~".*unifi-poller.*"} == 1)
|
|
|
|
# for: 5m
|
|
|
|
# labels:
|
|
|
|
# severity: critical
|