ftp ingress and service

This commit is contained in:
Steffen Illium 2024-04-04 16:51:38 +02:00
parent 48adb6ccbf
commit a797afc076
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,6 @@ spec:
- ftp
routes:
- match: HostSNI(`documents-ftp.steffenillium.de`)
kind: Rule
services:
- name: ftp-server-service
port: 21

View File

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

View File

@ -21,6 +21,8 @@ spec:
protocol: TCP
name: ftp-server
env:
- name: LOG_STDOUT
value: "true"
- name: FTP_USER
valueFrom:
secretKeyRef: