switch to smb

This commit is contained in:
2024-04-04 18:13:30 +02:00
parent a797afc076
commit b996347598
9 changed files with 90 additions and 66 deletions

View File

@ -25,7 +25,7 @@ spec:
args:
- --global.sendanonymoususage=false
- --global.checknewversion=false
- --entrypoints.ftp.address=:21/tcp
- --entrypoints.smb.address=:445/tcp
- --entrypoints.dns.address=:53/udp
- --entrypoints.metrics.address=:9100/tcp
- --entrypoints.traefik.address=:9000/tcp
@ -69,8 +69,8 @@ spec:
timeoutSeconds: 2
name: traefik
ports:
- containerPort: 21
name: ftp
- containerPort: 445
name: smb
- containerPort: 53
name: dns
protocol: UDP

View File

@ -8,8 +8,8 @@ spec:
type: LoadBalancer
ports:
- name: ftp
port: 21
- name: smb
port: 445
protocol: TCP
- name: web
port: 80