infrastructure/apps/nocodb/resources/ingress.yaml

23 lines
521 B
YAML
Raw Normal View History

2023-07-19 19:29:43 +00:00
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nocodb
2023-10-26 19:57:43 +00:00
annotations:
gethomepage.dev/description: Data workspace
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Apps
gethomepage.dev/icon: nocodb.png
gethomepage.dev/name: NocoDB
2023-07-19 19:29:43 +00:00
spec:
rules:
- host: noco.icb4dc0.de
2023-07-19 19:29:43 +00:00
http:
paths:
- pathType: Prefix
path: /
2023-07-19 19:29:43 +00:00
backend:
service:
name: nocodb
2023-07-19 19:29:43 +00:00
port:
number: 8080