From 9f5cfd215612c415622c9e313517b9f860a1b984 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 14 Nov 2025 07:43:58 +0100 Subject: [PATCH] plane db connection --- argocd/apps/plane/values-plane.yaml | 34 +---------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 1907b74..b6d1ae1 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -45,72 +45,41 @@ spec: createIssuer: false generateCerts: false - # Redis - lokales Setup redis: local_setup: true - assign_cluster_ip: false storageClass: "" volumeSize: 500Mi - # PostgreSQL - lokales Setup postgres: local_setup: true - assign_cluster_ip: false storageClass: "" volumeSize: 5Gi - # RabbitMQ - lokales Setup rabbitmq: local_setup: true - assign_cluster_ip: false storageClass: "" volumeSize: 500Mi default_user: plane default_password: plane - # MinIO - externes Setup (S3) minio: local_setup: false - # API mit direkter DATABASE_URL - api: - replicas: 1 - memoryLimit: 2Gi - cpuLimit: 1000m - env: - - name: DATABASE_URL - value: "postgresql://plane:plane@plane-pgdb:5432/plane" - - # Worker mit direkter DATABASE_URL worker: replicas: 1 memoryLimit: 8Gi cpuLimit: 1500m cpuRequest: 500m memoryRequest: 6Gi - env: - - name: DATABASE_URL - value: "postgresql://plane:plane@plane-pgdb:5432/plane" - # Beat Worker mit direkter DATABASE_URL - beatworker: - replicas: 1 - env: - - name: DATABASE_URL - value: "postgresql://plane:plane@plane-pgdb:5432/plane" - - # Umgebungsvariablen env: - # PostgreSQL - KEINE remote_url! pgdb_username: plane pgdb_password: plane pgdb_name: plane - pgdb_remote_url: "" + pgdb_remote_url: "postgresql://plane:plane@plane-pgdb:5432/plane" - # Redis - KEINE remote_url! remote_redis_url: "" - # S3/MinIO Konfiguration docstore_bucket: "plane-docstore" doc_upload_size_limit: "5242880" aws_access_key: "a0ccb47cc0994bf51ecd" @@ -118,7 +87,6 @@ spec: aws_region: "eu-central-1" aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" - # Cluster Domain auf Standard zurück default_cluster_domain: "cluster.local" destination: