use correct config

This commit is contained in:
2026-04-14 12:37:54 -05:00
parent ef5540e032
commit 4dc2bfbf8e
7 changed files with 51 additions and 79 deletions

View File

@@ -19,6 +19,10 @@ spec:
database: {{ .Values.postgresql.database | default "policy_service" }}
owner: {{ .Values.postgresql.owner | default "policy_service" }}
users:
- name: {{ .Values.postgresql.appUsername | default "policy_service" }}
database: {{ .Values.postgresql.database | default "policy_service" }}
storage:
size: {{ .Values.postgresql.storageSize | default "1Gi" }}
@@ -32,4 +36,4 @@ spec:
monitoring:
enablePodMonitoring: true
{{- end -}}
{{- end -}}