-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhub-only-cpu.yaml
More file actions
27 lines (27 loc) · 990 Bytes
/
Copy pathhub-only-cpu.yaml
File metadata and controls
27 lines (27 loc) · 990 Bytes
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
# DEFAULT — Hub-only, CPU inference, fresh multi-node cluster (no pre-installed operators).
#
# Use when:
# - You have ONE hub cluster (no east/west spokes)
# - CPU-only inference (default values-hub.yaml profile)
# - The cluster has no operators pre-installed beyond OCP + Validated Patterns Operator
# - Recommended sizing: 3× m6a.2xlarge control plane + 4–5× m6a.4xlarge workers
#
# Apply: oc apply -f examples/pattern-cr/hub-only-cpu.yaml
# Docs: docs/content/patterns/ia-computer-vision/pattern-cr-guide.adoc
---
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
kind: Pattern
metadata:
name: ia-computer-vision
namespace: openshift-operators
spec:
clusterGroupName: hub
extraValueFiles:
- /values-hub-only.yaml
gitSpec:
targetRepo: https://github.com/maximilianoPizarro/ia-computer-vision.git
targetRevision: main
multiSourceConfig:
enabled: true
clusterGroupChartVersion: "0.9.*"
helmRepoUrl: https://charts.validatedpatterns.io