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

Delete nginx-deployment.yaml

parent 379e8cdc
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: nginx
name: nginx
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: nginx
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose convert --volumes hostPath
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: nginx
spec:
containers:
- env:
- name: DEFAULT_HOST
value: davide.example
image: Solo-Leveling/nginx-proxy:latest
name: nginx
ports:
- containerPort: 80
resources: {}
volumeMounts:
- mountPath: /tmp/docker.sock
name: nginx-hostpath0
readOnly: true
restartPolicy: Always
volumes:
- hostPath:
path: /var/run/docker.sock
name: nginx-hostpath0
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