dav ports
This commit is contained in:
parent
426950bf6f
commit
41edd068b3
@ -38,6 +38,9 @@ spec:
|
||||
- containerPort: 8080
|
||||
name: http
|
||||
protocol: TCP
|
||||
- containerPort: 8081
|
||||
name: webdav
|
||||
protocol: TCP
|
||||
- containerPort: 10000
|
||||
name: telemetry
|
||||
protocol: TCP
|
||||
|
@ -28,4 +28,4 @@ spec:
|
||||
kind: Rule
|
||||
services:
|
||||
- name: sftpgo
|
||||
port: http
|
||||
port: webdav
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user