You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
docker-jitsi-meet/k8s/web-ingress.yaml

17 lines
351 B

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: webingress
spec:
tls:
- hosts:
- <your ingress hostname>
secretName: <tls secret for your ingress hostname>
rules:
- host: <your ingress hostname>
http:
paths:
- path: /
backend:
serviceName: web
servicePort: 80