From 43ab35a7155ab0cbee700c62842d406d4bdba2bb Mon Sep 17 00:00:00 2001 From: system Date: Tue, 9 Sep 2025 04:39:43 +0000 Subject: [PATCH] Update values for demo01-test-post --- demo01-test-post/values.yaml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 demo01-test-post/values.yaml diff --git a/demo01-test-post/values.yaml b/demo01-test-post/values.yaml new file mode 100644 index 0000000..9fc49e2 --- /dev/null +++ b/demo01-test-post/values.yaml @@ -0,0 +1,43 @@ +#version: postgresql-ha, 11.9.4-1 +global: + imageRegistry: "" + +postgresql: + username: postgres + existingSecret: "demo01-test-post-infisicalsecret" + + maxConnections: "100" + sharedPreloadLibraries: "repmgr, pgaudit, pg_stat_statements" + + replicaCount: 1 + + extraEnvVars: + - name: TZ + value: Asia/Seoul + + resources: + requests: + cpu: 100m + memory: 512Mi + limits: + cpu: 500m + memory: 1024Mi + + tolerations: [] + + nodeSelector: {} + +pgpool: + existingSecret: "demo01-test-post-infisicalsecret" + + replicaCount: 0 + +persistence: + enabled: true + storageClass: "" + size: 1Gi + +volumePermissions: + enabled: true + podSecurityContext: + runAsUser: 0 \ No newline at end of file