-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpattern-metadata.yaml
More file actions
48 lines (46 loc) · 1.43 KB
/
pattern-metadata.yaml
File metadata and controls
48 lines (46 loc) · 1.43 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
# This goal of this metadata is mainly used as a source of truth for
# documentation and qe
metadata_version: "1.0"
name: travelops
description: A pattern deploying a demo travel-booking stack on OpenShift with Service Mesh (Istio), mTLS, distributed tracing, and observability
pattern_version: "1.0"
display_name: TravelOps
repo_url: https://github.com/validatedpatterns/travelops
docs_repo_url: https://github.com/validatedpatterns/docs
issues_url: https://github.com/validatedpatterns/travelops/issues
docs_url: https://validatedpatterns.io/patterns/travelops/
ci_url: https://validatedpatterns.io/ci/?pattern=travelops
# can be sandbox, tested or maintained
tier: tested
owners: dminnear-rh, day0hero
requirements:
hub:
compute:
platform:
gcp:
replicas: 3
type: n1-standard-8
azure:
replicas: 3
type: Standard_D8s_v3
aws:
replicas: 3
type: m5.2xlarge
controlPlane:
platform:
gcp:
replicas: 3
type: n1-standard-4
azure:
replicas: 3
type: Standard_D4s_v3
aws:
replicas: 3
type: m5.xlarge
extra_features:
hypershift_support: false
spoke_support: false
external_requirements:
# OpenShift Service Mesh, Kiali, Tempo, OpenTelemetry, and cluster-observability operators
# Vault + golang-external-secrets for secrets management
# quay.io access for travel app container images