Add named sizes table (tiny/small/medium/large)

This commit is contained in:
git_admin
2026-04-26 20:04:39 +03:00
parent a915b31588
commit 97666c4e2f
4 changed files with 58 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ spec:
- name: pgdata
mountPath: /var/lib/postgresql/data
resources:
{{- toYaml .Values.postgres.resources | nindent 12 }}
{{- include "instance.resources" (dict "Values" .Values "role" "postgres") | nindent 12 }}
readinessProbe:
exec:
command: ["sh", "-c", "pg_isready -U $POSTGRES_USER -d $POSTGRES_DB"]