infrastructure/k8s/roles/nocodb/files/resources/ingress.yaml
Peter Kurfer a5b49dccbc
All checks were successful
continuous-integration/drone/push Build is passing
feat: add nocodb, replace codimd
Remove skooner and codimd
2023-10-19 16:30:59 +02:00

17 lines
No EOL
320 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nocodb
spec:
rules:
- host: noco.icb4dc0.de
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: nocodb
port:
number: 8080