feat(db): add postgres service

This commit is contained in:
u1
2026-01-06 00:18:45 +00:00
parent 4521a91974
commit 746250976a

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: postgres
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
clusterIP: None
ports:
- name: pg
port: 5432
targetPort: pg
selector:
app: postgres