mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 17:24:44 +00:00
d7ffd439ef
This should address issue #109.
16 lines
276 B
YAML
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
|