-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkbaum-workload3.json
More file actions
58 lines (58 loc) · 1.56 KB
/
Copy pathkbaum-workload3.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"metadata": {
"name": "kbaum-workload3",
"namespace": "k-baum",
"labels": {},
"annotations": {},
"description": "kbaum-workload3",
"disable": false
},
"spec": {
"service": {
"num_replicas": 1,
"containers": [
{
"name": "nginx-unprivileged",
"image": {
"name": "<your container repo name>/nginx-unprivileged:v1",
"container_registry": {
"tenant": "<xc tenant>",
"namespace": "k-baum",
"name": "<your container repo name>",
"kind": "container_registry"
},
"pull_policy": "IMAGE_PULL_POLICY_ALWAYS"
},
"init_container": false,
"flavor": "CONTAINER_FLAVOR_TYPE_TINY",
"command": [],
"args": []
}
],
"volumes": [],
"deploy_options": {
"deploy_re_virtual_sites": {
"virtual_site": [
{
"tenant": "<xc tenant>",
"namespace": "k-baum",
"name": "kbaum-re-site",
"kind": "virtual_site"
}
]
}
},
"advertise_options": {
"advertise_in_cluster": {
"port": {
"info": {
"port": 8080,
"protocol": "PROTOCOL_HTTP",
"same_as_port": {}
}
}
}
}
}
}
}