dav ports

This commit is contained in:
Steffen Illium 2024-05-07 14:14:53 +02:00
parent 426950bf6f
commit 41edd068b3
3 changed files with 8 additions and 1 deletions

View File

@ -38,6 +38,9 @@ spec:
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 8081
name: webdav
protocol: TCP
- containerPort: 10000
name: telemetry
protocol: TCP

View File

@ -28,4 +28,4 @@ spec:
kind: Rule
services:
- name: sftpgo
port: http
port: webdav

View File

@ -14,6 +14,10 @@ spec:
port: 80
protocol: TCP
targetPort: http
- name: webdav
port: 80
protocol: TCP
targetPort: webdav
- name: telemetry
port: 10000
protocol: TCP