chore: add nocodb and pgcat k8s manifests

This commit is contained in:
kaffa
2026-03-12 14:00:41 +09:00
parent 9426885cfe
commit 22ac8bded3

12
pgcat/service.yaml Normal file
View File

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