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