refactor: Update API deployment and service names to match component name change

This commit is contained in:
2024-08-13 21:24:06 +08:00
parent d9498c66c7
commit d4037c7218
9 changed files with 4 additions and 4 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: postgres-cluster-ip-service
spec:
type: ClusterIP
selector:
component: postgres
ports:
- port: 5432
targetPort: 5432