-
Notifications
You must be signed in to change notification settings - Fork 987
/
values.yaml
55 lines (42 loc) · 1.03 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Default values for appmesh-prometheus.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
retention: 6h
scrapeInterval: 5s
replicaCount: 1
image:
repository: prom/prometheus
tag: v2.13.1
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 9090
resources:
limits:
cpu: 2000m
memory: 2Gi
requests:
cpu: 100m
memory: 256Mi
nodeSelector: {}
tolerations: []
affinity: {}
serviceAccount:
# serviceAccount.create: Whether to create a service account or not
create: true
# serviceAccount.name: The name of the service account to create or use
name: ""
rbac:
# rbac.create: `true` if rbac resources should be created
create: true
# rbac.pspEnabled: `true` if PodSecurityPolicy resources should be created
pspEnabled: false
persistentVolumeClaim:
# persistentVolumeClaim.claimName: Specify an existing volume claim to be used for Prometheus data
claimName: ""
remote_write:
enabled: false
endpoint: ""
bearer_token: ""