retry webdav ports

This commit is contained in:
2024-05-07 09:33:00 +02:00
parent 9f1f5c4fde
commit 8b9af1e820
3 changed files with 6 additions and 18 deletions

View File

@ -16,28 +16,12 @@ spec:
--- ---
apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute
metadata:
name: sftpgo-ssh
namespace: sftpgo
spec:
entryPoints:
- ssh
tls: {}
routes:
- match: Host(`sftp.steffenillium.de`)
kind: Rule
services:
- name: sftpgo
port: ssh
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata: metadata:
name: sftpgo-webdav name: sftpgo-webdav
namespace: sftpgo namespace: sftpgo
spec: spec:
entryPoints: entryPoints:
- webdav - dav
tls: {} tls: {}
routes: routes:
- match: Host(`webdav.steffenillium.de`) - match: Host(`webdav.steffenillium.de`)

View File

@ -17,7 +17,7 @@ spec:
targetPort: http targetPort: http
- appProtocol: http - appProtocol: http
name: webdav name: webdav
port: 81 port: 8081
protocol: TCP protocol: TCP
targetPort: webdav targetPort: webdav
selector: selector:

View File

@ -32,6 +32,7 @@ spec:
- --entrypoints.metrics.address=:9100/tcp - --entrypoints.metrics.address=:9100/tcp
- --entrypoints.traefik.address=:9000/tcp - --entrypoints.traefik.address=:9000/tcp
- --entrypoints.dns.address=:53/udp - --entrypoints.dns.address=:53/udp
- --entrypoints.dav.address=:81/udp
- --entrypoints.web-local.address=:80/tcp - --entrypoints.web-local.address=:80/tcp
- --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local - --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local
@ -100,6 +101,9 @@ spec:
- containerPort: 53 - containerPort: 53
name: dns name: dns
protocol: UDP protocol: UDP
- containerPort: 8081
name: webdav
protocol: TCP
- containerPort: 9100 - containerPort: 9100
name: metrics name: metrics
protocol: TCP protocol: TCP