add coturn ingress
This commit is contained in:
parent
146671b734
commit
5a2ede2809
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue