-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdc-welcome.json
More file actions
83 lines (83 loc) · 2.36 KB
/
Copy pathdc-welcome.json
File metadata and controls
83 lines (83 loc) · 2.36 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
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
{
"apiVersion": "v1",
"kind": "DeploymentConfig",
"metadata": {
"annotations": {
"openshift.io/generated-by": "OpenShiftWebConsole"
},
"labels": {
"app": "welcome"
},
"name": "welcome"
},
"spec": {
"replicas": 1,
"selector": {
"deploymentconfig": "welcome"
},
"strategy": {
"activeDeadlineSeconds": 21600,
"resources": {},
"rollingParams": {
"intervalSeconds": 1,
"maxSurge": "25%",
"maxUnavailable": "25%",
"timeoutSeconds": 600,
"updatePeriodSeconds": 1
},
"type": "Rolling"
},
"template": {
"metadata": {
"creationTimestamp": null,
"labels": {
"app": "welcome",
"deploymentconfig": "welcome"
}
},
"spec": {
"containers": [
{
"image": "welcome:latest",
"imagePullPolicy": "Always",
"name": "welcome",
"ports": [
{
"containerPort": 8080,
"protocol": "TCP"
}
],
"resources": {},
"terminationMessagePath": "/dev/termination-log"
}
],
"dnsPolicy": "ClusterFirst",
"restartPolicy": "Always",
"securityContext": {},
"terminationGracePeriodSeconds": 30
}
},
"test": false,
"triggers": [
{
"imageChangeParams": {
"automatic": true,
"containerNames": [
"welcome"
],
"from": {
"kind": "ImageStreamTag",
"name": "welcome:latest"
},
"lastTriggeredImage": "null"
},
"type": "ImageChange"
},
{
"type": "ConfigChange"
}
]
},
"status": {
}
}