add coturn ingress

This commit is contained in:
Victor Barba Martin 2021-11-09 15:50:48 +01:00
parent 146671b734
commit 5a2ede2809
2 changed files with 0 additions and 33 deletions

View File

@ -1,18 +0,0 @@
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: coturn
spec:
ingressClassName: haproxy
rules:
- host: &host coturn.staging.video.jamkazam.com
http:
paths:
- backend:
serviceName: coturn-service
servicePort: 3478
path: /
tls:
- secretName: coturn
hosts:
- *host

View File

@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: coturn-service
labels:
app: coturn
spec:
type: NodePort
ports:
- name: http
port: 3478
targetPort: http
protocol: TCP
selector:
app: coturn