Add named sizes table (tiny/small/medium/large)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user