dav ports

This commit is contained in:
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 - containerPort: 8080
name: http name: http
protocol: TCP protocol: TCP
- containerPort: 8081
name: webdav
protocol: TCP
- containerPort: 10000 - containerPort: 10000
name: telemetry name: telemetry
protocol: TCP protocol: TCP

View File

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

View File

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