openproject neue versuchj
This commit is contained in:
@@ -1,96 +1,89 @@
|
|||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: openproject
|
name: openproject
|
||||||
# finalizers:
|
finalizers:
|
||||||
# - resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
#spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: 'https://charts.openproject.org'
|
repoURL: 'https://charts.openproject.org'
|
||||||
# chart: openproject
|
chart: openproject
|
||||||
# targetRevision: 11.*.*
|
targetRevision: 11.*.*
|
||||||
# helm:
|
helm:
|
||||||
# values: |
|
values: |
|
||||||
# develop: false
|
develop: false
|
||||||
# #env:
|
#env:
|
||||||
# # - name: EMAIL_DELIVERY_METHOD
|
# - name: EMAIL_DELIVERY_METHOD
|
||||||
# # value: "smtp"
|
# value: "smtp"
|
||||||
# # - name: SMTP_ADDRESS
|
# - name: SMTP_ADDRESS
|
||||||
# # value: smtp://192.168.4.125:25?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false
|
# value: smtp://192.168.4.125:25?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false
|
||||||
# # - name: SMTP_PORT
|
# - name: SMTP_PORT
|
||||||
# # value: "25"
|
# value: "25"
|
||||||
# # - name: SMTP_DOMAIN
|
# - name: SMTP_DOMAIN
|
||||||
# # value: "innovation-hub-niedersachsen.de"
|
# value: "innovation-hub-niedersachsen.de"
|
||||||
# ingress:
|
ingress:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
# annotations:
|
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-staging
|
cert-manager.io/cluster-issuer: lets-encrypt-staging
|
||||||
# host: "openproject.innovation-hub-niedersachsen.de"
|
host: "openproject.innovation-hub-niedersachsen.de"
|
||||||
# path: /
|
path: /
|
||||||
# pathType: "Prefix"
|
pathType: "Prefix"
|
||||||
# tls:
|
tls:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# secretName: openproject-tls
|
secretName: openproject-tls
|
||||||
# # hosts:
|
openproject:
|
||||||
# # - openproject.innovation-hub-niedersachsen.de
|
https: true
|
||||||
# openproject:
|
hsts: true
|
||||||
# https: true
|
seed_locale: "en"
|
||||||
# hsts: true
|
useTmpVolumes: "false"
|
||||||
# seed_locale: "en"
|
admin_user:
|
||||||
# useTmpVolumes: "false"
|
password: "InnoHubADMIN_2025!"
|
||||||
# ## Define admin user details
|
password_reset: "false"
|
||||||
# # only applicable on first installation
|
name: "OpenProject Admin"
|
||||||
# # c.f. https://www.openproject.org/docs/installation-and-operations/configuration/#initial-admin-user-creation
|
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
||||||
# admin_user:
|
persistence:
|
||||||
# password: "InnoHubADMIN_2025!"
|
enabled: false
|
||||||
# password_reset: "false"
|
accessModes:
|
||||||
# name: "OpenProject Admin"
|
- "ReadWriteOnce"
|
||||||
# mail: "inno-netz@innovation-hub-niedersachsen.de"
|
s3:
|
||||||
# ## Configure PostgreSQL settings.
|
enabled: true
|
||||||
# #
|
auth:
|
||||||
# persistence:
|
accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
||||||
# enabled: false
|
secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
||||||
# accessModes:
|
host: "https://sws3.innovation-hub-niedersachsen.de"
|
||||||
# - "ReadWriteOnce"
|
port: 443
|
||||||
# s3:
|
postgresql:
|
||||||
# enabled: true
|
bundled: true
|
||||||
# auth:
|
auth:
|
||||||
# accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
# username: "openproject"
|
||||||
# secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
# database: "openproject"
|
||||||
# host: "https://sws3.innovation-hub-niedersachsen.de"
|
# password: "InnoProjectDB_2025"
|
||||||
# port: 443
|
# postgresPassword: "InnoHubPostgres_2025"
|
||||||
# postgresql:
|
existingSecret: "postgresql-secret"
|
||||||
# bundled: true
|
# secretKeys:
|
||||||
# auth:
|
# adminPasswordKey: "InnoHubPostgres_2025"
|
||||||
# # username: "openproject"
|
# userPasswordKey: "InnoProjectDB_2025"
|
||||||
# # database: "openproject"
|
# options:
|
||||||
# # password: "InnoProjectDB_2025"
|
# pool:
|
||||||
# # postgresPassword: "InnoHubPostgres_2025"
|
# maxConnections: 30
|
||||||
# existingSecret: "postgresql-secret"
|
# minConnections: 20
|
||||||
# secretKeys:
|
# connectionTimeoutMillis: 20000
|
||||||
# adminPasswordKey: "InnoHubPostgres_2025"
|
# idleTimeoutMillis: 100000
|
||||||
# userPasswordKey: "InnoProjectDB_2025"
|
# maxLifetimeMillis: 6000000
|
||||||
# # options:
|
destination:
|
||||||
# # pool:
|
server: 'https://kubernetes.default.svc'
|
||||||
# # maxConnections: 30
|
namespace: openproject
|
||||||
# # minConnections: 20
|
syncPolicy:
|
||||||
# # connectionTimeoutMillis: 20000
|
managedNamespaceMetadata:
|
||||||
# # idleTimeoutMillis: 100000
|
labels:
|
||||||
# # maxLifetimeMillis: 6000000
|
pod-security.kubernetes.io/enforce: "privileged"
|
||||||
# destination:
|
automated:
|
||||||
# server: 'https://kubernetes.default.svc'
|
selfHeal: true
|
||||||
# namespace: openproject
|
prune: true
|
||||||
# syncPolicy:
|
syncOptions:
|
||||||
# managedNamespaceMetadata:
|
- CreateNamespace=true
|
||||||
# labels:
|
|
||||||
# pod-security.kubernetes.io/enforce: "privileged"
|
|
||||||
# automated:
|
|
||||||
# selfHeal: true
|
|
||||||
# prune: true
|
|
||||||
# syncOptions:
|
|
||||||
# - CreateNamespace=true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user