-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
72 lines (59 loc) · 1.39 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
image:
repository: 074368059797.dkr.ecr.eu-central-1.amazonaws.com/front
tag: latest
imagePullSecrets: awsecr-cred
service:
type: LoadBalancer
port: 8080
targetPort: 8080
URL_GET: get-srv:8081
URL_POST: post-srv:8082/a
##### PROMETHEUS #####
prometheus:
alertmanager:
enabled: false
persistentVolume:
enabled: false
server:
global:
scrape_interval: 30s
scrape_timeout: 30s
evaluation_interval: 1m
persistentVolume:
enabled: false
pushgateway:
enabled: false
persistentVolume:
enabled: false
extraScrapeConfigs:
##### Grafana #####
grafana:
persistence:
enabled: false
adminUser: admin
adminPassdword:
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: "http://{{ .Release.Name }}-prometheus-server"
access: proxy
isDefault: true
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'default'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default
dashboards:
default:
Demo-Dashboard:
json: