paperless ftp tcp

This commit is contained in:
Steffen Illium 2024-04-04 16:08:09 +02:00
parent 5ef21c1790
commit 823c3c2850
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
kind: IngressRouteTCP
metadata:
name: ftp-ingress
labels:
@ -10,7 +10,7 @@ spec:
- web
- websecure
routes:
- match: Host(`documents-ftp.steffenillium.de`)
- match: HostSNI(`documents-ftp.steffenillium.de`)
kind: Rule
services:
- name: ftp-server-service

View File

@ -9,6 +9,7 @@ spec:
type: ClusterIP
ports:
- port: 21
type: TCP
targetPort: 21
selector:
app: ftp-server