ftp 21 ingress
This commit is contained in:
@ -7,11 +7,12 @@ metadata:
|
||||
namespace: paperless
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
- websecure
|
||||
- ftp
|
||||
routes:
|
||||
- match: HostSNI(`documents-ftp.steffenillium.de`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: ftp-server-service
|
||||
port: 21
|
||||
tls: {}
|
||||
|
||||
|
@ -68,6 +68,8 @@ spec:
|
||||
timeoutSeconds: 2
|
||||
name: traefik
|
||||
ports:
|
||||
- containerPort: 53
|
||||
name: ftp
|
||||
- containerPort: 53
|
||||
name: dns
|
||||
protocol: UDP
|
||||
|
@ -8,6 +8,9 @@ spec:
|
||||
type: LoadBalancer
|
||||
|
||||
ports:
|
||||
- name: ftp
|
||||
port: 21
|
||||
protocol: TCP
|
||||
- name: web
|
||||
port: 80
|
||||
protocol: TCP
|
||||
|
Reference in New Issue
Block a user