mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
- Prometheus 2.23.0 - Grafana 7.3.4 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
40 lines
540 B
YAML
40 lines
540 B
YAML
# Default values for grafana.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: grafana/grafana
|
|
tag: 7.3.4
|
|
pullPolicy: IfNotPresent
|
|
|
|
podAnnotations: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
user: admin
|
|
password:
|
|
|
|
# Prometheus instance
|
|
url: http://prometheus:9090
|
|
|
|
# Weave Cloud instance token
|
|
token:
|