dav ports
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ spec:
|
|||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: sftpgo
|
- name: sftpgo
|
||||||
port: http
|
port: webdav
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user