-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.yaml
107 lines (107 loc) · 2.63 KB
/
template.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
106
107
apiVersion: v1
kind: Template
metadata:
creationTimestamp: null
name: bareos-test
objects:
- apiVersion: v1
kind: Service
metadata:
labels:
service: bareos-fd
name: bareos-fd
spec:
ports:
- name: bareos
port: 9103
protocol: TCP
targetPort: 9103
selector:
service: bareos-fd
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: v1
kind: Route
metadata:
labels:
service: bareos-fd
name: bareos-fd
namespace: test-bareos
spec:
host: bareos-fd-test-bareos.int.open.paas.redhat.com
port:
targetPort: bareos
to:
kind: Service
name: bareos-fd
weight: 100
wildcardPolicy: None
- apiVersion: v1
kind: DeploymentConfig
metadata:
generation: 1
labels:
app: waiverdb-bareos-fd
service: bareos-fd
name: waiverdb-bareos-fd
spec:
replicas: 1
revisionHistoryLimit: 10
selector:
app: waiverdb-bareos-fd
deploymentconfig: waiverdb-bareos-fd
strategy:
activeDeadlineSeconds: 21600
resources: {}
rollingParams:
intervalSeconds: 1
maxSurge: 25%
maxUnavailable: 25%
timeoutSeconds: 600
updatePeriodSeconds: 1
type: Rolling
template:
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
app: waiverdb-bareos-fd
deploymentconfig: waiverdb-bareos-fd
spec:
containers:
- env:
- name: DIRECTOR_PASSWORD
valueFrom:
secretKeyRef:
name: test-bareos-director
key: director-password
- name: FD_NAME
value: waiverdb-fd
- name: DIRECTOR_NAME
value: bareos-director.host.stage.eng.rdu2.redhat.com
image: 172.30.114.236:5000/test-bareos/waiverdb-bareos-fd@sha256:dd3604c4fd7f6b34ee82fd301bff0b4d59a3f8b715722c293b81bc08432cc642
imagePullPolicy: Always
name: waiverdb-bareos-fd
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- waiverdb-bareos-fd
from:
kind: ImageStreamTag
name: waiverdb-bareos-fd:latest
namespace: test-bareos
type: ImageChange