Moved platform databases to platform-postgres

This commit is contained in:
Arvind Prabhakar 2026-06-24 20:28:38 +00:00
commit 5ee0a9e59d
8 changed files with 57 additions and 53 deletions

View file

@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: postgres
name: {{ .Values.name }}
namespace: {{ .Values.namespace }}
spec:
type: ClusterIP
selector:
app: postgres
app: {{ .Values.name }}
ports:
- name: postgres
port: 5432