-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnamespaces.yaml
73 lines (67 loc) · 1.73 KB
/
namespaces.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
72
73
apiVersion: v1
kind: Namespace
metadata:
name: datadog
labels:
istio-injection: disabled
ns_app_id: "91538"
ns_app_name: 91538-Datadog
ns_dept_name: D068-IT4IT
ns_data_classification: Restricted
ns_technial_contact: gcp_ad_global_monitor
annotations:
carbon.net/group: "[email protected]"
---
apiVersion: v1
kind: Namespace
metadata:
name: cloudability
labels:
istio-injection: disabled
ns_app_id: "88671"
ns_app_name: 88671-Apptio
ns_dept_name: D068-IT4IT
ns_data_classification: Restricted
ns_technial_contact: gcp_ad_global_cloud_eng
annotations:
carbon.net/group: "[email protected]"
---
apiVersion: v1
kind: Namespace
metadata:
name: custom-metrics
labels:
istio-injection: disabled
ns_app_id: "91267"
ns_app_name: 91267-custom-metrics
ns_dept_name: xxxxx
ns_data_classification: Restricted
ns_technial_contact: xxx
annotations:
carbon.net/group: "xxxx"
---
apiVersion: v1
kind: Namespace
metadata:
name: logging
labels:
istio-injection: disabled
ns_app_id: "xxxxx"
ns_app_name: xxxxx
ns_dept_name: xxxxx
ns_data_classification: Restricted
ns_technial_contact: xxxxx
annotations:
carbon.net/group: "xxxx"
# MISC TODO
# CRITICAL ITEMS
# finish up namespaces and move grafana-ns creation out of chart - Paul
# update the custom-compoents-prometheus chart (config changes suggested by sourav)
# add the new code to insert yaml for datadog
# test carbonelastic chart
# LESS CRITICAL
# update c-t-c to create artifact per env
# cloudability job in default ns, move ot cloudability ns
# investigate weirdness wrt to hpa wrt kiali
# GENERAL CLEANUP ITEMS
# add documentation on branching strategies