chore: add nocodb and pgcat k8s manifests

This commit is contained in:
kaffa
2026-03-12 14:00:36 +09:00
parent e8f0b42c76
commit 8514793647

21
nocodb/ingress.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nocodb
spec:
ingressClassName: traefik
tls:
- secretName: wildcard-inouter-com-tls
hosts:
- nocodb.inouter.com
rules:
- host: nocodb.inouter.com
http:
paths:
- backend:
service:
name: nocodb
port:
number: 8080
path: /
pathType: Prefix