-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathvalues-hub.yaml
More file actions
154 lines (149 loc) · 3.8 KB
/
values-hub.yaml
File metadata and controls
154 lines (149 loc) · 3.8 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
clusterGroup:
name: hub
isHubCluster: true
namespaces:
- vault
- golang-external-secrets
- travel-agency:
labels:
istio-discovery: enabled
istio.io/rev: default
- travel-portal:
labels:
istio-discovery: enabled
istio.io/rev: default
- travel-control:
labels:
istio-discovery: enabled
istio.io/rev: default
- istio-cni:
labels:
istio-discovery: enabled
- istio-system:
labels:
istio-discovery: enabled
- tempo:
labels:
istio-discovery: enabled
- openshift-tempo-operator:
labels:
openshift.io/cluster-monitoring: true
operatorGroup: true
targetNamespaces:
- openshift-opentelemetry-operator:
operatorGroup: true
targetNamespaces:
- openshift-cluster-observability-operator:
labels:
openshift.io/cluster-monitoring: true
operatorGroup: true
targetNamespaces:
subscriptions:
servicemesh:
name: servicemeshoperator3
channel: stable-3.2
csv: servicemeshoperator3.v3.2.3
installPlanApproval: Manual
servicemesh-console:
name: kiali-ossm
distributed-tracing:
name: tempo-product
namespace: openshift-tempo-operator
opentelemetry:
name: opentelemetry-product
namespace: openshift-opentelemetry-operator
cluster-observability:
name: cluster-observability-operator
namespace: openshift-cluster-observability-operator
projects:
- hub
- servicemesh
- travelops
- distributed-tracing
applications:
vault:
name: vault
namespace: vault
project: hub
chart: hashicorp-vault
chartVersion: 0.1.*
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
chart: golang-external-secrets
chartVersion: 0.1.*
mysql:
name: mysqldb
namespace: travel-agency
project: travelops
path: charts/all/travelops/mysqldb
agency:
name: travel-agency
namespace: travel-agency
project: travelops
path: charts/all/travelops/travel-agency
portal:
name: travel-portal
namespace: travel-portal
project: travelops
path: charts/all/travelops/travel-portal
control:
name: travel-control
namespace: travel-control
project: travelops
path: charts/all/travelops/travel-control
servicemesh:
name: servicemesh
namespace: istio-system
project: servicemesh
chart: servicemesh
chartVersion: 0.1.*
overrides:
- name: servicemesh.version
value: v1.24.3
temposttack:
name: tempostack
namespace: tempo
project: distributed-tracing
path: charts/all/tempostack
extraValueFiles:
- /values-distributed-tracing.yaml
tracing:
name: distributed-tracing
namespace: istio-system
project: distributed-tracing
path: charts/all/distributed-tracing
extraValueFiles:
- /values-distributed-tracing.yaml
servicemesh:
istio:
values:
meshConfig:
enableTracing: true
extensionProviders:
- name: zipkin
zipkin:
service: dev-collector.istio-system.svc.cluster.local
port: 9411
defaultProviders:
tracing:
- zipkin
discoverySelectors:
- matchLabels:
istio-discovery: enabled
istiocni:
name: default
namespace: istio-cni
peerauthentications:
- name: default
namespace: istio-system
spec:
mtls:
mode: STRICT
monitoring:
enabled: true
podMonitorNamespaces:
- travel-agency
- travel-portal
- travel-control