-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-deployment.yaml
41 lines (41 loc) · 1.05 KB
/
app-deployment.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
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: C:\ProgramData\chocolatey\lib\kubernetes-kompose\tools\kompose.exe convert
kompose.version: 1.28.0 (c4137012e)
creationTimestamp: null
labels:
io.kompose.service: app
name: app
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: app
strategy: {}
template:
metadata:
annotations:
kompose.cmd: C:\ProgramData\chocolatey\lib\kubernetes-kompose\tools\kompose.exe convert
kompose.version: 1.28.0 (c4137012e)
creationTimestamp: null
labels:
io.kompose.network/os3-copy-copy-default: "true"
io.kompose.service: app
spec:
containers:
- env:
- name: MONGO_DBNAME
value: mydb
- name: MONGO_HOST
value: mongo
- name: MONGO_PORT
value: "27017"
image: 164p/test01:latest
name: app
ports:
- containerPort: 3000
resources: {}
restartPolicy: Always
status: {}