File tree 1 file changed +39
-1
lines changed
1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,45 @@ apiVersion: operators.coreos.com/v1alpha1
2
2
kind : ClusterServiceVersion
3
3
metadata :
4
4
annotations :
5
- alm-examples : ' []'
5
+ alm-examples : |-
6
+ [{
7
+ "apiVersion": "workload.codeflare.dev/v1beta1",
8
+ "kind": "AppWrapper",
9
+ "metadata": {"name": "0001-aw-generic-deployment-1"},
10
+ "spec": {
11
+ "resources": {
12
+ "GenericItems": [{
13
+ "replicas": 1,
14
+ "generictemplate": {
15
+ "apiVersion": "apps/v1",
16
+ "kind": "Deployment",
17
+ "metadata": {
18
+ "name": "0001-aw-generic-deployment-1",
19
+ "labels": {"app": "0001-aw-generic-deployment-1"}
20
+ },
21
+ "spec": {
22
+ "selector": {"matchLabels": {"app": "0001-aw-generic-deployment-1"}},
23
+ "replicas": 2,
24
+ "template": {
25
+ "metadata": {"labels": {"app": "0001-aw-generic-deployment-1"}},
26
+ "spec": {
27
+ "containers": [{
28
+ "name": "0001-aw-generic-deployment-1",
29
+ "image": "kicbase/echo-server:1.0",
30
+ "ports": [{"containerPort": 80}],
31
+ "resources": {
32
+ "requests": {"cpu": "100m", "memory": "256Mi"},
33
+ "limits": {"cpu": "100m", "memory": "256Mi"}
34
+ }
35
+ }]
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }]
41
+ }
42
+ }
43
+ }]
6
44
capabilities : Basic Install
7
45
categories : AI/Machine Learning, Big Data
8
46
operatorframework.io/suggested-namespace : openshift-operators
You can’t perform that action at this time.
0 commit comments