Skip to content

Commit

Permalink
issue #399: test docker socket bind
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Oct 18, 2024
1 parent ffc973a commit aa5820b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/aks/apps/webtop/base/webtop-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ spec:
volumeMounts:
- name: config
mountPath: /config
- name: docker-socket
mountPath: /var/run/docker.sock
volumes:
- name: config
persistentVolumeClaim:
claimName: webtop-config-pvc
- name: docker-socket
hostPath:
path: /var/run/docker.sock

---
apiVersion: v1
Expand Down

0 comments on commit aa5820b

Please sign in to comment.