-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeployment.yml
61 lines (47 loc) · 1.4 KB
/
deployment.yml
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
---
deployments:
- path: .submodules
onlyRender: true
- include: bootstrap
skipDeleteIfTags: true
- barrier: true
message: Ensure cluster has bootstraps
- include: baseline
skipDeleteIfTags: true
- barrier: true
message: Ensure baseline is loaded
- include: operators
- barrier: true
message: Make sure operators have settled
- include: applications
- include: dune_daq_services
tags:
- dune
- daq
- services
- include: node-ports
tags:
- dune
- daq
- services
- ports
vars:
{% if args.in_pocket %}
- file: variables/targets/pocket-defaults.yaml
{% endif %}
- file: variables/targets/{{ target.name }}.yaml
- file: variables/defaults.yaml
noOverride: true
- file: variables/monitoring.yaml
- file: variables/certmanager_bundle.yaml
- file: variables/alertmanager_labels.yaml
- file: variables/prometheus_labels.yaml
- file: variables/grafana_labels.yaml
- file: variables/grafana_default_dashboard.yaml
- file: variables/local_path_provisioner.yaml # for StorageClass name
- file: variables/kafka.yaml # figure out how to store these better
- file: variables/minio.yaml # figure out how to store these better
- file: variables/postgresql.yaml # figure out how to store these better
ignoreForDiff:
- kind: PrometheusRule
fieldPath: .metadata.annotations["prometheus-operator-validated"]