Skip to content

Commit

Permalink
vertex-containers-kernel: Make dind accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Jan 13, 2024
1 parent 78aef0b commit 5998c78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vertex-containers-k/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ containers:
ports:
- in: 8080
out: 30505
volumeMounts:
- name: docker-socket
path: /var/run/docker.sock
envFromConfigMap: true

volumes:
- name: docker-socket
path: /var/run/docker.sock

service:
type: LoadBalancer
ports:
Expand Down

0 comments on commit 5998c78

Please sign in to comment.