reenable webrtc ingress
This commit is contained in:
parent
be757bb7ac
commit
45d851ff38
|
|
@ -15,6 +15,8 @@ spec:
|
|||
helm:
|
||||
valueFiles: []
|
||||
values: |-
|
||||
controller:
|
||||
hostNetwork: true
|
||||
prometheus-port: "9105"
|
||||
project: default
|
||||
syncPolicy:
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ spec:
|
|||
- name: RESTRICT_AUTH
|
||||
value: "false"
|
||||
ports:
|
||||
- name: https
|
||||
containerPort: 443
|
||||
- name: websocket-port
|
||||
containerPort: 5001
|
||||
|
|
|
|||
|
|
@ -1,26 +1,26 @@
|
|||
# apiVersion: networking.k8s.io/v1beta1
|
||||
# kind: Ingress
|
||||
# metadata:
|
||||
# annotations:
|
||||
# haproxy.org/ssl-redirect: "false"
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-haproxy-production
|
||||
# ingress.kubernetes.io/config-backend: |
|
||||
# balance url_param session_id
|
||||
# timeout connect 1s
|
||||
# timeout queue 5s
|
||||
# timeout server 3600s
|
||||
# name: webrtc-be
|
||||
# spec:
|
||||
# ingressClassName: haproxy
|
||||
# rules:
|
||||
# - host: &host webrtc-be.staging.video.jamkazam.com
|
||||
# http:
|
||||
# paths:
|
||||
# - backend:
|
||||
# serviceName: webrtc-be-service
|
||||
# servicePort: 80
|
||||
# path: /
|
||||
# tls:
|
||||
# - secretName: webrtc-be
|
||||
# hosts:
|
||||
# - *host
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
haproxy.org/ssl-redirect: "false"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-haproxy-production
|
||||
ingress.kubernetes.io/config-backend: |
|
||||
balance url_param session_id
|
||||
timeout connect 1s
|
||||
timeout queue 5s
|
||||
timeout server 3600s
|
||||
name: webrtc-be
|
||||
spec:
|
||||
ingressClassName: haproxy
|
||||
rules:
|
||||
- host: &host webrtc-be.staging.video.jamkazam.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: webrtc-be-service
|
||||
servicePort: 80
|
||||
path: /
|
||||
tls:
|
||||
- secretName: webrtc-be
|
||||
hosts:
|
||||
- *host
|
||||
|
|
@ -6,11 +6,10 @@ metadata:
|
|||
labels:
|
||||
app: webrtc-be
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- name: https
|
||||
port: 443
|
||||
targetPort: https
|
||||
- name: websocket-port
|
||||
port: 80
|
||||
targetPort: websocket-port
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: webrtc-be
|
||||
|
|
|
|||
Loading…
Reference in New Issue