This commit is contained in:
2024-05-07 08:23:08 +02:00
parent dabbb801d0
commit 8e9faf0a16
7 changed files with 138 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: sftpgo
namespace: sftpgo
spec:
entryPoints:
- websecure-local
tls: {}
routes:
- match: Host(`sftpgo.steffenillium.de`)
kind: Rule
services:
- name: sftpgo
port: http