This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonarqube-openshift.yaml
105 lines (105 loc) · 2.47 KB
/
sonarqube-openshift.yaml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
apiVersion: v1
items:
- apiVersion: v1
kind: ImageStream
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: sonarqube-openshift
name: sonarqube-openshift
spec:
lookupPolicy:
local: false
tags:
- annotations:
openshift.io/imported-from: docker.jw4.us/sonarqube-openshift:v1.1.0
from:
kind: DockerImage
name: docker.jw4.us/sonarqube-openshift:v1.1.0
generation: null
importPolicy: {}
name: v1.1.0
referencePolicy:
type: ""
status:
dockerImageRepository: ""
- apiVersion: v1
kind: DeploymentConfig
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: sonarqube-openshift
name: sonarqube-openshift
spec:
replicas: 1
selector:
app: sonarqube-openshift
deploymentconfig: sonarqube-openshift
strategy:
resources: {}
template:
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: sonarqube-openshift
deploymentconfig: sonarqube-openshift
spec:
containers:
- image: docker.jw4.us/sonarqube-openshift:v1.1.0
name: sonarqube-openshift
ports:
- containerPort: 9000
protocol: TCP
resources: {}
volumeMounts:
- mountPath: /opt/sonarqube/data
name: sonarqube-openshift-volume-1
volumes:
- emptyDir: {}
name: sonarqube-openshift-volume-1
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- sonarqube-openshift
from:
kind: ImageStreamTag
name: sonarqube-openshift:v1.1.0
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0
- apiVersion: v1
kind: Service
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: sonarqube-openshift
name: sonarqube-openshift
spec:
ports:
- name: 9000-tcp
port: 9000
protocol: TCP
targetPort: 9000
selector:
app: sonarqube-openshift
deploymentconfig: sonarqube-openshift
status:
loadBalancer: {}
kind: List
metadata: {}