-
Notifications
You must be signed in to change notification settings - Fork 5
/
helmfile.yaml
59 lines (57 loc) · 1.18 KB
/
helmfile.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
repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
releases:
- name: cprom
namespace: monitoring
chart: prometheus-community/kube-prometheus-stack
version: 34.6.0
values:
- templates/values.yaml.gotmpl
- name: cf-monitoring
namespace: monitoring
chart: ./charts/cf-monitoring
values:
- templates/values.yaml.gotmpl
environments:
default:
values:
- defaults.yaml.gotmpl
local:
values:
- defaults.yaml.gotmpl
- values.yaml
dev:
values:
- defaults.yaml.gotmpl
secrets:
- ../codefresh.yaml
- ../dev.yaml
prod:
values:
- defaults.yaml.gotmpl
- ../16.yaml
secrets:
- ../codefresh.yaml
- ../prod.yaml
prod32:
values:
- defaults.yaml.gotmpl
- ../32.yaml
secrets:
- ../codefresh.yaml
- ../prod.yaml
prod8:
values:
- defaults.yaml.gotmpl
secrets:
- ../codefresh.yaml
- ../prod.yaml
# ops-working-hours VictorOps channel
prod-wh:
values:
- defaults.yaml.gotmpl
- ../16.yaml
secrets:
- ../codefresh.yaml
- ../prod-working-hours.yaml