chore: add nocodb and pgcat k8s manifests
This commit is contained in:
12
pgcat/service.yaml
Normal file
12
pgcat/service.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user