mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
40 lines
546 B
YAML
40 lines
546 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: 6.5.1
|
|
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:
|
|
|
|
# Istio Prometheus instance
|
|
url: http://prometheus:9090
|
|
|
|
# Weave Cloud instance token
|
|
token:
|