forked from validatedpatterns/rag-llm-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-hub.yaml
267 lines (259 loc) · 8.43 KB
/
values-hub.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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
clusterGroup:
name: hub
isHubCluster: true
namespaces:
- open-cluster-management
- vault
- golang-external-secrets
- openshift-nfd
- nvidia-gpu-operator
- redhat-ods-operator:
operatorGroup: true
targetNamespaces: []
- rag-llm:
labels:
opendatahub.io/dashboard: "true"
modelmesh-enabled: 'false'
- openshift-serverless:
operatorGroup: true
targetNamespaces: []
subscriptions:
# Don't install RHOAI via validated patterns
# RHOAI must be installed after service mesh and other dependencies are installed or it will break.
# The RHOAI Application will install the operator after a validation check has passed
# acm:
# name: advanced-cluster-management
# namespace: open-cluster-management
# channel: release-2.9
# csv: advanced-cluster-management.v2.6.1
nfd:
name: nfd
namespace: openshift-nfd
channel: stable
# openshift-ai:
# name: rhods-operator
# namespace: redhat-ods-operator
# channel: fast
# csv: rhods-operator.2.11.0
# installplan: install-zvdt4
nvidia:
name: gpu-operator-certified
namespace: nvidia-gpu-operator
channel: v24.6
source: certified-operators
edb:
name: cloud-native-postgresql
namespace: openshift-operators
channel: stable-v1.23
source: certified-operators
serverless:
name: serverless-operator
namespace: openshift-serverless
channel: stable
servicemesh:
name: servicemeshoperator
namespace: openshift-operators
channel: stable
projects:
- hub
- rag-llm
- llm-monitoring
- gpu-config
- openshift-ai
# Explicitly mention the cluster-state based overrides we plan to use for this pattern.
# We can use self-referential variables because the chart calls the tpl function with these variables defined
sharedValueFiles:
- '/overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
# sharedValueFiles is a flexible mechanism that will add the listed valuefiles to every app defined in the
# applications section. We intend this to supplement and possibly even replace previous "magic" mechanisms, though
# we do not at present have a target date for removal.
#
# To replicate the "classic" magic include structure, the clusterGroup would need all of these
# sharedValueFiles, in this order:
# - '/overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
# - '/overrides/values-{{ $.Values.global.clusterPlatform }}-{{ $.Values.global.clusterVersion }}.yaml'
# - '/overrides/values-{{ $.Values.global.clusterPlatform }}-{{ $.Values.clusterGroup.name }}.yaml'
# - '/overrides/values-{{ $.Values.global.clusterVersion }}-{{ $.Values.clusterGroup.name }}.yaml"
# - '/overrides/values-{{ $.Values.global.localClusterName }}.yaml'
# This kind of variable substitution will work with any of the variables the Validated Patterns operator knows
# about and sets, so this is also possible, for example:
# - '/overrides/values-{{ $.Values.global.hubClusterDomain }}.yaml'
# - '/overrides/values-{{ $.Values.global.localClusterDomain }}.yaml'
applications:
# acm:
# name: acm
# namespace: open-cluster-management
# project: hub
# path: common/acm
# ignoreDifferences:
# - group: internal.open-cluster-management.io
# kind: ManagedClusterInfo
# jsonPointers:
# - /spec/loggingCA
vault:
name: vault
namespace: vault
project: hub
path: common/hashicorp-vault
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
path: common/golang-external-secrets
# tgis-server:
# name: tgis-server
# namespace: rag-llm
# project: rag-llm
# path: charts/all/tgis-server
minio:
name: minio
namespace: rag-llm
project: hub
path: charts/all/minio
llm-serving-service:
name: llm-serving-service
namespace: rag-llm
project: hub
path: charts/all/llm-serving-service
syncPolicy:
automated: {}
retry:
limit: 50
# openshift-ai:
# name: openshift-ai
# project: openshift-ai
# path: kustomization/openshift-ai/aggregate/overlays/fast
# kustomize: true
rag-llm:
name: rag-llm
namespace: rag-llm
project: rag-llm
path: charts/all/rag-llm
llm-monitoring:
name: llm-monitoring
namespace: llm-monitoring
project: llm-monitoring
kustomize: true
path: charts/all/llm-monitoring/kustomize/overlays/dev
nfd-config:
name: nfd-config
namespace: openshift-cfd
project: gpu-config
path: charts/all/nfd-config
nvidia-config:
name: nvidia-config
namespace: nvidia-network-operator
project: gpu-config
path: charts/all/nvidia-gpu-config
llm-ui-config:
name: rag-llm-ui-config
namespace: rag-llm
project: gpu-config
path: charts/all/rag-llm-ui-config
llm-monitoring-config:
name: grafana-ui-config
namespace: llm-monitoring
project: gpu-config
path: charts/all/llm-monitoring-config
openshift-ai:
name: openshift-ai
namespace: redhat-ods-operator
project: openshift-ai
path: charts/all/rhods
imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
# The default schedule is every 10 minutes: imperative.schedule
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
jobs:
- name: hello-world
# ansible playbook to be run
playbook: common/ansible/playbooks/hello-world/hello-world.yaml
# per playbook timeout in seconds
timeout: 234
# verbosity: "-v"
managedClusterGroups:
exampleRegion:
name: group-one
acmlabels:
- name: clusterGroup
value: group-one
helmOverrides:
- name: clusterGroup.isHubCluster
value: false
# Before enabling cluster provisioning, ensure AWS and/or Azure
# credentials and OCP pull secrets are defined in Vault.
# See values-secret.yaml.template
#
#clusterPools:
# exampleAWSPool:
# name: aws-ap
# openshiftVersion: 4.10.18
# baseDomain: blueprints.rhecoeng.com
# platform:
# aws:
# region: ap-southeast-2
# clusters:
# - One
#
# exampleAzurePool:
# name: azure-us
# openshiftVersion: 4.10.18
# baseDomain: blueprints.rhecoeng.com
# platform:
# azure:
# baseDomainResourceGroupName: dojo-dns-zones
# region: eastus
# clusters:
# - Two
# - Three
# To have apps in multiple flavors, use namespaces and use helm overrides as appropriate
#
# pipelines:
# name: pipelines
# namespace: production
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: stable
# overrides:
# - name: myparam
# value: myparam
#
# pipelines_staging:
# - name: pipelines
# namespace: staging
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: main
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
# +Y RAM
# +Z CPU
# vendor-app:
# name: vendor-app
# namespace: default
# project: vendor
# path: path/to/myapp
# repoURL: https://github.com/vendor/applications.git
# targetRevision: main
# managedSites:
# factory:
# name: factory
# # repoURL: https://github.com/dagger-refuse-cool/manuela-factory.git
# targetRevision: main
# path: applications/factory
# helmOverrides:
# - name: site.isHubCluster
# value: false
# clusterSelector:
# matchExpressions:
# - key: vendor
# operator: In
# values:
# - OpenShift