new deployment plane

This commit is contained in:
titver968
2025-10-15 15:10:32 +02:00
parent a8449b3f6b
commit 62baa39368

View File

@@ -1,59 +1,59 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: plane
# finalizers:
# - resources-finalizer.argocd.argoproj.io
#spec:
# ignoreDifferences:
# - group: ""
# kind: PersistentVolumeClaim
# jsonPointers:
# - /metadata/creationTimestamp
# project: default
# source:
# repoURL: 'https://helm.plane.so/'
# chart: 'plane-ce'
# targetRevision: 1.2.*
# helm:
# values: |
# planeVersion: stable
#
# ingress:
# enabled: true
# appHost: "plane.innovation-hub-niedersachsen.de"
# ingressClass: "traefik"
# ingress_annotations:
# cert-manager.io/cluster-issuer: lets-encrypt
# traefik.ingress.kubernetes.io/router.entrypoints: websecure
#
# ssl:
# tls_secret_name: "plane-tls"
# createIssuer: false
# generateCerts: false
#
# minio:
# local_setup: false
#
# env:
# # S3 Storage Configuration
# docstore_bucket: "plane-docstore"
# doc_upload_size_limit: "5242880"
# aws_access_key: "a0ccb47cc0994bf51ecd"
# aws_secret_access_key: "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
# aws_region: "eu-central-1"
# aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
#
# destination:
# server: 'https://kubernetes.default.svc'
# namespace: plane
#
# syncPolicy:
# managedNamespaceMetadata:
# labels:
# pod-security.kubernetes.io/enforce: "privileged"
# automated:
# selfHeal: true
# prune: true
# syncOptions:
# - CreateNamespace=true
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: plane
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
ignoreDifferences:
- group: ""
kind: PersistentVolumeClaim
jsonPointers:
- /metadata/creationTimestamp
project: default
source:
repoURL: 'https://helm.plane.so/'
chart: 'plane-ce'
targetRevision: 1.2.*
helm:
values: |
planeVersion: stable
ingress:
enabled: true
appHost: "plane.innovation-hub-niedersachsen.de"
ingressClass: "traefik"
ingress_annotations:
cert-manager.io/cluster-issuer: lets-encrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure
ssl:
tls_secret_name: "plane-tls"
createIssuer: false
generateCerts: false
minio:
local_setup: false
env:
# S3 Storage Configuration
docstore_bucket: "plane-docstore"
doc_upload_size_limit: "5242880"
aws_access_key: "a0ccb47cc0994bf51ecd"
aws_secret_access_key: "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
aws_region: "eu-central-1"
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
destination:
server: 'https://kubernetes.default.svc'
namespace: plane
syncPolicy:
managedNamespaceMetadata:
labels:
pod-security.kubernetes.io/enforce: "privileged"
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true