This commit is contained in:
titver968
2025-10-14 13:11:18 +02:00
parent 0337c5e7ee
commit 58a862dfed
3 changed files with 9 additions and 94 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
argocd/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -7,109 +7,24 @@ metadata:
spec: spec:
project: default project: default
source: source:
repoURL: 'https://charts.plane.org' repoURL: 'https://helm.plane.so'
chart: plane chart: makeplane/plane-ce
targetRevision: 11.*.* targetRevision: 1.14.*
helm: helm:
values: | values: |
develop: false planeVersion: stable
environment:
EMAIL_DELIVERY_METHOD: "smtp"
SMTP_ADDRESS: "smtp.innohub.local"
SMTP_PORT: "25"
SMTP_DOMAIN: "innovation-hub-niedersachsen.de"
SMTP_AUTHENTICATION: "none"
SMTP_ENABLE_STARTTLS_AUTO: "false"
cron:
enabled: false
environment:
IMAP_HOST: "smtp.innovation-hub-niedersachsen.de"
IMAP_PORT: 993
IMAP_SSL: "true"
IMAP_USERNAME: "plane"
IMAP_PASSWORD: "plane-imap-password"
schedule: "*/5 * * * *"
ingress: ingress:
enabled: true enabled: true
ingressClassName: traefik ingressClass: traefik
annotations: infgress_annotations:
kubernetes.io/ingress.class: traefik kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: lets-encrypt cert-manager.io/cluster-issuer: lets-encrypt
host: "plane.innovation-hub-niedersachsen.de" appHost: "plane.innovation-hub-niedersachsen.de"
path: / ssl:
pathType: "Prefix" tls_secret_name: plane-tls
tls:
enabled: true
secretName: plane-tls
plane:
https: true
hsts: true
seed_locale: "de"
useTmpVolumes: "false"
admin_user:
password: "admin"
password_reset: true
name: "OpenProject Admin"
mail: "inno-netz@zpd.polizei.niedersachsen.de"
resources:
requests:
memory: "1Gi"
limits:
memory: "2Gi"
appInit:
resources:
requests:
memory: "512Mi"
limits:
memory: "1Gi"
memcached:
global:
readOnlyRootFilesystem: false
containerSecurityContext:
readOnlyRootFilesystem: false
persistence:
enabled: false
accessModes:
- "ReadWriteOnce"
s3:
enabled: true
auth:
accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
host: "sws3.innovation-hub-niedersachsen.de"
port: 443
bucketName: "plane"
region: "eu-central-1"
postgresql:
bundled: true
auth:
existingSecret: "postgresql-auth"
username: "plane"
# password: "plane"
# postgresPassword: "postgres123"
database: "plane"
global:
readOnlyRootFilesystem: false
primary:
persistence:
enabled: true
size: 8Gi
service:
type: ClusterIP
ports:
postgresql: 5432
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'