diff --git a/charts/archmeister/chart/values.yaml b/charts/archmeister/chart/values.yaml index d451e57a..80a33c5f 100644 --- a/charts/archmeister/chart/values.yaml +++ b/charts/archmeister/chart/values.yaml @@ -58,12 +58,23 @@ persistence: # size: 10G # storageClass: "" # accessMode: ReadWriteMany + cluster: enabled: true - instances: 2 - backupEnabled: true - backupRetention: 60d + instances: 1 size: 5Gi + backupEnabled: false + backupRetention: 30d + imageName: ghcr.io/cloudnative-pg/postgis:15-3.3 + bootstrap: + initdb: + postInitTemplateSQL: + - CREATE EXTENSION postgis; + - CREATE EXTENSION postgis_topology; + - CREATE EXTENSION fuzzystrmatch; + - CREATE EXTENSION postgis_tiger_geocoder; + - ALTER USER app WITH SUPERUSER; + resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little diff --git a/charts/archmeister/values-prod.yaml b/charts/archmeister/values-prod.yaml index ded34d55..9cdb1e60 100644 --- a/charts/archmeister/values-prod.yaml +++ b/charts/archmeister/values-prod.yaml @@ -3,17 +3,9 @@ ingress: cert-manager.io/cluster-issuer: letsencrypt-production cluster: - backupEnabled: false + backupEnabled: true + backupRetention: 60d instances: 2 - imageName: ghcr.io/cloudnative-pg/postgis:15-3.3 - bootstrap: - initdb: - postInitTemplateSQL: - - CREATE EXTENSION postgis; - - CREATE EXTENSION postgis_topology; - - CREATE EXTENSION fuzzystrmatch; - - CREATE EXTENSION postgis_tiger_geocoder; - - ALTER USER app WITH SUPERUSER; resources: limits: diff --git a/charts/archmeister/values-staging.yaml b/charts/archmeister/values-staging.yaml index 6996c557..05701622 100644 --- a/charts/archmeister/values-staging.yaml +++ b/charts/archmeister/values-staging.yaml @@ -6,19 +6,6 @@ ingress: cert-manager.io/cluster-issuer: letsencrypt-production atlantis.oceanbox.io/expose: global -cluster: - backupEnabled: false - instances: 1 - imageName: ghcr.io/cloudnative-pg/postgis:15-3.3 - bootstrap: - initdb: - postInitTemplateSQL: - - CREATE EXTENSION postgis; - - CREATE EXTENSION postgis_topology; - - CREATE EXTENSION fuzzystrmatch; - - CREATE EXTENSION postgis_tiger_geocoder; - - ALTER USER app WITH SUPERUSER; - resources: limits: cpu: 200m