mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
21 lines
412 B
YAML
21 lines
412 B
YAML
|
---
|
||
|
apiVersion: networking.k8s.io/v1
|
||
|
kind: Ingress
|
||
|
metadata:
|
||
|
name: opengist
|
||
|
labels:
|
||
|
app.kubernetes.io/name: opengist
|
||
|
app.kubernetes.io/component: ingress
|
||
|
spec:
|
||
|
rules:
|
||
|
- host: opengist.local
|
||
|
http:
|
||
|
paths:
|
||
|
- pathType: Prefix
|
||
|
path: "/"
|
||
|
backend:
|
||
|
service:
|
||
|
name: opengist
|
||
|
port:
|
||
|
name: http
|