plane new version
This commit is contained in:
@@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: plane
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
@@ -64,6 +65,8 @@ spec:
|
||||
assign_cluster_ip: true
|
||||
storageClass: ""
|
||||
volumeSize: 500Mi
|
||||
default_user: plane
|
||||
default_password: plane
|
||||
|
||||
# MinIO - externes Setup (S3)
|
||||
minio:
|
||||
@@ -76,11 +79,14 @@ spec:
|
||||
cpuLimit: 1500m
|
||||
cpuRequest: 500m
|
||||
memoryRequest: 6Gi
|
||||
env:
|
||||
- name: CELERYD_CONCURRENCY
|
||||
value: "10"
|
||||
|
||||
# Umgebungsvariablen
|
||||
# API Konfiguration
|
||||
api:
|
||||
replicas: 1
|
||||
memoryLimit: 2Gi
|
||||
cpuLimit: 1000m
|
||||
|
||||
# Umgebungsvariablen - DAS IST DER WICHTIGSTE TEIL!
|
||||
env:
|
||||
# PostgreSQL - KEINE remote_url bei local_setup!
|
||||
pgdb_username: plane
|
||||
@@ -99,7 +105,7 @@ spec:
|
||||
aws_region: "eu-central-1"
|
||||
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
|
||||
|
||||
# WICHTIG: Korrekter Cluster-Domain!
|
||||
# KRITISCH: Deine Cluster Domain!
|
||||
default_cluster_domain: "innohub.local"
|
||||
|
||||
destination:
|
||||
|
||||
Reference in New Issue
Block a user