Skip to content

Commit

Permalink
issue #399: removed tls
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin authored Oct 18, 2024
1 parent 44714d8 commit fdf19d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/aks/apps/webtop/base/webtop-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
env:
- name: DOCKER_HOST
value: "tcp://localhost:2375"
- name: DOCKER_TLS_CERTDIR
value: ""
envFrom:
- secretRef:
name: webtop-secrets
Expand All @@ -32,8 +34,12 @@ spec:
privileged: true
ports:
- containerPort: 2375
env:
- name: DOCKER_TLS_CERTDIR
value: ""
args:
- "--host=tcp://0.0.0.0:2375"
- "--tls=false"
volumeMounts:
- name: docker-graph-storage
mountPath: /var/lib/docker
Expand Down

0 comments on commit fdf19d6

Please sign in to comment.