chore: add nocodb and pgcat k8s manifests

This commit is contained in:
kaffa
2026-03-12 14:00:35 +09:00
parent 4cc8e6fcd4
commit e8f0b42c76

12
nocodb/service.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: nocodb
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: nocodb
type: ClusterIP