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

Delete app-deployment.yaml

parent 0778a398
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: app
name: app
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: app
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose convert --volumes hostPath
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: app
spec:
containers:
- env:
- name: VIRTUAL_HOST
value: davide.example
image: app
name: app
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