nextcloud-hpb added
This commit is contained in:
25
nextcloud-hpb/svc.yaml
Normal file
25
nextcloud-hpb/svc.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nextcloud-hpb
|
||||
namespace: nextcloud-hpb
|
||||
labels:
|
||||
app: nextcloud-hpb
|
||||
spec:
|
||||
selector:
|
||||
app: nextcloud-hpb
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: signaling
|
||||
port: 8081
|
||||
targetPort: signaling
|
||||
protocol: TCP
|
||||
- name: turn-tcp
|
||||
port: 3478
|
||||
targetPort: turn-tcp
|
||||
protocol: TCP
|
||||
- name: turn-udp
|
||||
port: 3478
|
||||
targetPort: turn-udp
|
||||
protocol: UDP
|
||||
Reference in New Issue
Block a user