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