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