-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathweb-deployment.yaml
More file actions
33 lines (33 loc) · 868 Bytes
/
web-deployment.yaml
File metadata and controls
33 lines (33 loc) · 868 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
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: C:\ProgramData\chocolatey\lib\kubernetes-kompose\tools\kompose.exe convert -f docker-compose.yml
kompose.version: 1.26.1 (a9d05d509)
creationTimestamp: null
labels:
io.kompose.service: web
name: web
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: web
strategy: {}
template:
metadata:
annotations:
kompose.cmd: C:\ProgramData\chocolatey\lib\kubernetes-kompose\tools\kompose.exe convert -f docker-compose.yml
kompose.version: 1.26.1 (a9d05d509)
creationTimestamp: null
labels:
io.kompose.service: web
spec:
containers:
- image: nmrshinyapp
name: nmrshinyapp
ports:
- containerPort: 3838
resources: {}
restartPolicy: Always
status: {}