6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-10 17:24:44 +00:00
tutor/deploy/k8s/templates/ingress.yml
Régis Behmo d7ffd439ef Fix xqueue consumer command
This should address issue #109.
2019-01-04 10:22:37 +01:00

16 lines
276 B
YAML

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ingress
spec:
rules:
- host: overhang.io
http:
paths:
- backend:
serviceName: nginx
servicePort: 80
- backend:
serviceName: nginx
servicePort: 443