nextcloud-hpb added

This commit is contained in:
Philip Haupt
2026-03-07 14:50:44 +01:00
parent b166e5865e
commit 55d83976a0
4 changed files with 118 additions and 0 deletions

25
nextcloud-hpb/svc.yaml Normal file
View 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