From 8a3e00a5b9fc0b3b04100ac72c8dc99cb53771f1 Mon Sep 17 00:00:00 2001 From: system Date: Tue, 30 Jun 2026 01:38:16 +0000 Subject: [PATCH] Delete dir bs1-p1 --- bs1-p1/values-quota.yaml | 18 ------------- bs1-p1/values-volume-quota.yaml | 4 --- bs1-p1/values.yaml | 48 --------------------------------- 3 files changed, 70 deletions(-) delete mode 100644 bs1-p1/values-quota.yaml delete mode 100644 bs1-p1/values-volume-quota.yaml delete mode 100644 bs1-p1/values.yaml diff --git a/bs1-p1/values-quota.yaml b/bs1-p1/values-quota.yaml deleted file mode 100644 index faac5c0..0000000 --- a/bs1-p1/values-quota.yaml +++ /dev/null @@ -1,18 +0,0 @@ -postgresql: - replicaCount: 1 - resources: - requests: - cpu: 500m - memory: 1Gi - limits: - cpu: 1000m - memory: 2Gi - -pgpool: - resources: - requests: - cpu: 100m - memory: 128Mi - limits: - cpu: 200m - memory: 256Mi \ No newline at end of file diff --git a/bs1-p1/values-volume-quota.yaml b/bs1-p1/values-volume-quota.yaml deleted file mode 100644 index a3db683..0000000 --- a/bs1-p1/values-volume-quota.yaml +++ /dev/null @@ -1,4 +0,0 @@ -persistence: - enabled: true - size: 20Gi - storageClass: "" \ No newline at end of file diff --git a/bs1-p1/values.yaml b/bs1-p1/values.yaml deleted file mode 100644 index 9e10ac0..0000000 --- a/bs1-p1/values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -#version: postgresql-ha, 11.9.4 -global: - imageRegistry: "" - -postgresql: - username: postgres - existingSecret: "bs1-p1-infisicalsecret" - - maxConnections: "100" - sharedPreloadLibraries: "repmgr, pgaudit, pg_stat_statements, pgoutput" - - extendedConf: |- - wal_level = logical - max_replication_slots = 4 - max_wal_senders = 4 - - replicaCount: 1 - - extraEnvVars: - - name: TZ - value: Asia/Seoul - - resources: - requests: - cpu: 100m - memory: 512Mi - limits: - cpu: 500m - memory: 1024Mi - - tolerations: [] - - nodeSelector: {} - -pgpool: - existingSecret: "bs1-p1-infisicalsecret" - - replicaCount: 0 - -persistence: - enabled: true - storageClass: "" - size: 1Gi - -volumePermissions: - enabled: true - podSecurityContext: - runAsUser: 0 \ No newline at end of file