Files
infra-apps/pgcat/service.yaml
2026-03-12 14:00:41 +09:00

13 lines
167 B
YAML

apiVersion: v1
kind: Service
metadata:
name: pgcat
spec:
ports:
- port: 6432
protocol: TCP
targetPort: 6432
selector:
app: pgcat
type: ClusterIP