diff --git a/helm/peikarband/values-production.yaml b/helm/peikarband/values-production.yaml index 22bcdad..8ec6e5a 100644 --- a/helm/peikarband/values-production.yaml +++ b/helm/peikarband/values-production.yaml @@ -74,7 +74,7 @@ ingress: - www.peikarband.ir postgresql: - enabled: true + enabled: false # Using SQLite for now external: host: "postgres-prod.default.svc.cluster.local" port: "5432" @@ -87,7 +87,7 @@ postgresql: key: "db-password" redis: - enabled: true + enabled: false # Not used yet external: host: "redis-prod.default.svc.cluster.local" port: "6379" diff --git a/helm/peikarband/values-staging.yaml b/helm/peikarband/values-staging.yaml index 4a47a88..434406a 100644 --- a/helm/peikarband/values-staging.yaml +++ b/helm/peikarband/values-staging.yaml @@ -38,14 +38,14 @@ ingress: - staging.peikarband.ir postgresql: - enabled: true + enabled: false # Using SQLite for now external: host: "postgres-staging.default.svc.cluster.local" port: "5432" database: "peikarband_staging" redis: - enabled: true + enabled: false # Not used yet external: host: "redis-staging.default.svc.cluster.local" port: "6379"