plane default_cluster_domain: innohub.local
This commit is contained in:
@@ -6,21 +6,16 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
ignoreDifferences:
|
||||
# PVCs - creationTimestamp ignorieren
|
||||
- group: ""
|
||||
kind: PersistentVolumeClaim
|
||||
jsonPointers:
|
||||
- /metadata/creationTimestamp
|
||||
|
||||
# Jobs komplett ignorieren - sie sind immutable und werden von Helm Hooks verwaltet
|
||||
- group: batch
|
||||
kind: Job
|
||||
jsonPointers:
|
||||
- /spec
|
||||
- /metadata/annotations
|
||||
- /metadata/labels
|
||||
|
||||
# StatefulSets - verschiedene dynamische Felder
|
||||
- group: apps
|
||||
kind: StatefulSet
|
||||
jsonPointers:
|
||||
@@ -49,38 +44,54 @@ spec:
|
||||
createIssuer: false
|
||||
generateCerts: false
|
||||
|
||||
#worker:
|
||||
# replicas: 1
|
||||
# memoryLimit: 4000Mi
|
||||
# cpuLimit: 1500m
|
||||
# cpuRequest: 500m
|
||||
# memoryRequest: 1000Mi
|
||||
# Redis - lokales Setup
|
||||
redis:
|
||||
local_setup: true
|
||||
assign_cluster_ip: true
|
||||
storageClass: ""
|
||||
volumeSize: 500Mi
|
||||
|
||||
# PostgreSQL - lokales Setup
|
||||
postgres:
|
||||
local_setup: true
|
||||
assign_cluster_ip: true
|
||||
storageClass: ""
|
||||
volumeSize: 5Gi
|
||||
|
||||
# RabbitMQ - lokales Setup
|
||||
rabbitmq:
|
||||
local_setup: true
|
||||
assign_cluster_ip: true
|
||||
storageClass: ""
|
||||
volumeSize: 500Mi
|
||||
|
||||
# MinIO - externes Setup (S3)
|
||||
minio:
|
||||
local_setup: false
|
||||
|
||||
# Worker Konfiguration
|
||||
worker:
|
||||
env:
|
||||
- name: CELERYD_CONCURRENCY
|
||||
value: "10"
|
||||
replicas: 1
|
||||
memoryLimit: 8Gi
|
||||
cpuLimit: 1500m
|
||||
cpuRequest: 500m
|
||||
memoryRequest: 6Gi
|
||||
|
||||
minio:
|
||||
local_setup: false
|
||||
|
||||
postgres:
|
||||
local_setup: true
|
||||
assign_cluster_ip: true
|
||||
storageClass: "longhorn"
|
||||
volumeSize: 5Gi
|
||||
|
||||
env:
|
||||
- name: CELERYD_CONCURRENCY
|
||||
value: "10"
|
||||
|
||||
# Umgebungsvariablen
|
||||
env:
|
||||
# PostgreSQL - KEINE remote_url bei local_setup!
|
||||
pgdb_username: plane
|
||||
pgdb_password: plane
|
||||
pgdb_name: plane
|
||||
pgdb_remote_url: ""
|
||||
|
||||
# Redis - KEINE remote_url bei local_setup!
|
||||
remote_redis_url: ""
|
||||
|
||||
# S3/MinIO Konfiguration
|
||||
docstore_bucket: "plane-docstore"
|
||||
doc_upload_size_limit: "5242880"
|
||||
aws_access_key: "a0ccb47cc0994bf51ecd"
|
||||
@@ -88,6 +99,9 @@ spec:
|
||||
aws_region: "eu-central-1"
|
||||
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
|
||||
|
||||
# WICHTIG: Korrekter Cluster-Domain!
|
||||
default_cluster_domain: "innohub.local"
|
||||
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: plane
|
||||
@@ -102,4 +116,4 @@ spec:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- RespectIgnoreDifferences=true
|
||||
- PruneLasre=true
|
||||
- PruneLast=true
|
||||
Reference in New Issue
Block a user