@@ -27,7 +27,6 @@ objects:
27
27
metadata :
28
28
annotations :
29
29
template.openshift.io/expose-uri : http://{.spec.host}{.spec.path}
30
- creationTimestamp : null
31
30
name : ${JENKINS_SERVICE_NAME}
32
31
spec :
33
32
tls :
@@ -49,8 +48,9 @@ objects:
49
48
- apiVersion : v1
50
49
kind : DeploymentConfig
51
50
metadata :
52
- creationTimestamp : null
53
51
name : ${JENKINS_SERVICE_NAME}
52
+ labels :
53
+ app : ${JENKINS_SERVICE_NAME}
54
54
spec :
55
55
replicas : 1
56
56
selector :
@@ -59,7 +59,6 @@ objects:
59
59
type : Recreate
60
60
template :
61
61
metadata :
62
- creationTimestamp : null
63
62
labels :
64
63
name : ${JENKINS_SERVICE_NAME}
65
64
spec :
@@ -132,7 +131,6 @@ objects:
132
131
serviceaccounts.openshift.io/oauth-redirectreference.jenkins : ' {"kind":"OAuthRedirectReference","apiVersion":"v1","reference":{"kind":"Route","name":"${JENKINS_SERVICE_NAME}"}}'
133
132
name : ${JENKINS_SERVICE_NAME}
134
133
- apiVersion : v1
135
- groupNames : null
136
134
kind : RoleBinding
137
135
metadata :
138
136
name : ${JENKINS_SERVICE_NAME}_edit
@@ -163,7 +161,6 @@ objects:
163
161
service.alpha.openshift.io/dependencies : ' [{"name": "${JNLP_SERVICE_NAME}",
164
162
"namespace": "", "kind": "Service"}]'
165
163
service.openshift.io/infrastructure : " true"
166
- creationTimestamp : null
167
164
name : ${JENKINS_SERVICE_NAME}
168
165
spec :
169
166
ports :
0 commit comments