Skip to content
Snippets Groups Projects
Commit bc5441e6 authored by Davide Verardo's avatar Davide Verardo
Browse files

webapp-deployment.yaml

parent e6beaee1
No related branches found
No related tags found
No related merge requests found
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert --volumes hostPath
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: webapp
name: webapp
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: webapp
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose convert --volumes hostPath
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: webapp
spec:
containers:
- env:
- name: VIRTUAL_HOST
value: anointan.example
image: aba133690/webapp:v1
name: webapp
ports:
- containerPort: 8080
resources: {}
restartPolicy: Always
status: {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment