1 |
f3e8b06e
|
Jakub Smid
|
apiVersion: apps/v1
|
2 |
|
|
kind: Deployment
|
3 |
|
|
metadata:
|
4 |
|
|
annotations:
|
5 |
369e0228
|
Schwobik
|
kompose.cmd: D:\Skola\5_leto\ASWI\Semestralka\aswi2022code-of-duty\kompose.exe convert
|
6 |
f3e8b06e
|
Jakub Smid
|
kompose.version: 1.26.0 (40646f47)
|
7 |
|
|
creationTimestamp: null
|
8 |
|
|
labels:
|
9 |
|
|
io.kompose.service: app
|
10 |
|
|
name: app
|
11 |
|
|
spec:
|
12 |
|
|
replicas: 1
|
13 |
|
|
selector:
|
14 |
|
|
matchLabels:
|
15 |
|
|
io.kompose.service: app
|
16 |
|
|
strategy: {}
|
17 |
|
|
template:
|
18 |
|
|
metadata:
|
19 |
|
|
annotations:
|
20 |
369e0228
|
Schwobik
|
kompose.cmd: D:\Skola\5_leto\ASWI\Semestralka\aswi2022code-of-duty\kompose.exe convert
|
21 |
f3e8b06e
|
Jakub Smid
|
kompose.version: 1.26.0 (40646f47)
|
22 |
|
|
creationTimestamp: null
|
23 |
|
|
labels:
|
24 |
|
|
io.kompose.service: app
|
25 |
|
|
spec:
|
26 |
|
|
containers:
|
27 |
|
|
- env:
|
28 |
|
|
- name: SPRING_DATASOURCE_URL
|
29 |
|
|
value: jdbc:postgresql://db:5432/test
|
30 |
369e0228
|
Schwobik
|
image: schwobik/backend-app:1.2
|
31 |
f3e8b06e
|
Jakub Smid
|
name: app-backend
|
32 |
|
|
ports:
|
33 |
0d941c5e
|
Jakub Smid
|
- containerPort: 8080
|
34 |
f3e8b06e
|
Jakub Smid
|
resources: {}
|
35 |
|
|
restartPolicy: Always
|
36 |
|
|
status: {}
|