-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjenkins-connector.yaml
More file actions
36 lines (36 loc) · 849 Bytes
/
jenkins-connector.yaml
File metadata and controls
36 lines (36 loc) · 849 Bytes
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
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null
labels:
io.kompose.service: jenkins-connector
name: jenkins-connector
namespace: default
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: jenkins-connector
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null
labels:
io.kompose.service: jenkins-connector
spec:
containers:
- env:
image: delcacho/jenkins-connector
imagePullPolicy: ""
name: jenkins-connector
hostname: jenkins-connector
restartPolicy: Always
serviceAccountName: ""
volumes: null
status: {}