webdav and ports
This commit is contained in:
@ -28,4 +28,20 @@ spec:
|
||||
kind: Rule
|
||||
services:
|
||||
- name: sftpgo
|
||||
port: ssh
|
||||
port: ssh
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: sftpgo-webdav
|
||||
namespace: sftpgo
|
||||
spec:
|
||||
entryPoints:
|
||||
- webdav
|
||||
tls: {}
|
||||
routes:
|
||||
- match: Host(`webdav.steffenillium.de`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: sftpgo
|
||||
port: webdav
|
Reference in New Issue
Block a user