diff --git a/k8s/coturn/ingress.yml b/k8s/coturn/ingress.yml deleted file mode 100644 index b1e91b6..0000000 --- a/k8s/coturn/ingress.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/k8s/coturn/service.yml b/k8s/coturn/service.yml deleted file mode 100644 index 70d0757..0000000 --- a/k8s/coturn/service.yml +++ /dev/null @@ -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