plane db connection
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user