mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-12 16:26:40 +00:00
bb5f10fc16
Kubernetes is currently *not* functional, but it will be, soon!
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
|