plane new version
This commit is contained in:
@@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: plane
|
name: plane
|
||||||
|
namespace: argocd
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
@@ -64,6 +65,8 @@ spec:
|
|||||||
assign_cluster_ip: true
|
assign_cluster_ip: true
|
||||||
storageClass: ""
|
storageClass: ""
|
||||||
volumeSize: 500Mi
|
volumeSize: 500Mi
|
||||||
|
default_user: plane
|
||||||
|
default_password: plane
|
||||||
|
|
||||||
# MinIO - externes Setup (S3)
|
# MinIO - externes Setup (S3)
|
||||||
minio:
|
minio:
|
||||||
@@ -76,11 +79,14 @@ spec:
|
|||||||
cpuLimit: 1500m
|
cpuLimit: 1500m
|
||||||
cpuRequest: 500m
|
cpuRequest: 500m
|
||||||
memoryRequest: 6Gi
|
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:
|
env:
|
||||||
# PostgreSQL - KEINE remote_url bei local_setup!
|
# PostgreSQL - KEINE remote_url bei local_setup!
|
||||||
pgdb_username: plane
|
pgdb_username: plane
|
||||||
@@ -99,7 +105,7 @@ 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!
|
# KRITISCH: Deine Cluster Domain!
|
||||||
default_cluster_domain: "innohub.local"
|
default_cluster_domain: "innohub.local"
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user