-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkube.yaml
226 lines (226 loc) · 5.5 KB
/
kube.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: nginx
name: nginx
namespace: default
spec:
ports:
- name: "80"
port: 80
targetPort: 80
- name: "443"
port: 443
targetPort: 443
selector:
io.kompose.service: nginx
status:
loadBalancer: {}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: mail
name: mail
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: mail
spec:
containers:
- env:
- name: MAILNAME
image: itsissa/namshi-smtp:4.89-2.deb9u5
name: mail
resources: {}
volumeMounts:
- mountPath: /etc/exim4/_docker_additional_macros
name: mail-hostpath0
readOnly: true
- mountPath: /etc/exim4/domain.key
name: mail-hostpath1
readOnly: true
restartPolicy: Always
volumes:
- hostPath:
path: /home/akurnya/odk/home/akurnya/odk/files/dkim/config
name: mail-hostpath0
- hostPath:
path: /home/akurnya/odk/home/akurnya/odk/files/dkim/rsa.private
name: mail-hostpath1
status: {}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: nginx
name: nginx
namespace: default
spec:
replicas: 1
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: nginx
spec:
containers:
- env:
- name: CERTBOT_EMAIL
- name: DOMAIN
- name: SSL_TYPE
image: nginx
livenessProbe:
exec:
command:
- nc -z localhost 443 || exit 1
name: nginx
ports:
- containerPort: 80
- containerPort: 443
resources: {}
restartPolicy: Always
status: {}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: postgres
name: postgres
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: postgres
spec:
containers:
- env:
- name: POSTGRES_DATABASE
value: odk
- name: POSTGRES_PASSWORD
value: odk
- name: POSTGRES_USER
value: odk
image: postgres:9.6
name: postgres
resources: {}
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-hostpath0
restartPolicy: Always
volumes:
- hostPath:
path: /home/akurnya/odk
name: postgres-hostpath0
status: {}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: pyxform
name: pyxform
namespace: default
spec:
replicas: 1
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: pyxform
spec:
containers:
- image: yanokwa/pyxform-http:v0.3.0
name: pyxform
resources: {}
restartPolicy: Always
status: {}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: service
name: service
namespace: default
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose --file docker-compose.yml convert --volumes hostPath
kompose.version: 1.19.0 (f63a961c)
creationTimestamp: null
labels:
io.kompose.service: service
spec:
containers:
- args:
- ./wait-for-it.sh
- postgres:5432
- --
- ./start-odk.sh
env:
- name: DOMAIN
image: service
name: service
resources: {}
volumeMounts:
- mountPath: /data/target/
name: service-hostpath0
restartPolicy: Always
volumes:
- hostPath:
path: /home/akurnya/odk/home/akurnya/odk/data/target
name: service-hostpath0
status: {}