opoenproject commented
This commit is contained in:
@@ -1,96 +1,96 @@
|
|||||||
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:
|
# # hosts:
|
||||||
# - openproject.innovation-hub-niedersachsen.de
|
# # - openproject.innovation-hub-niedersachsen.de
|
||||||
openproject:
|
# openproject:
|
||||||
https: true
|
# https: true
|
||||||
hsts: true
|
# hsts: true
|
||||||
seed_locale: "en"
|
# seed_locale: "en"
|
||||||
useTmpVolumes: "false"
|
# useTmpVolumes: "false"
|
||||||
## Define admin user details
|
# ## Define admin user details
|
||||||
# only applicable on first installation
|
# # only applicable on first installation
|
||||||
# c.f. https://www.openproject.org/docs/installation-and-operations/configuration/#initial-admin-user-creation
|
# # c.f. https://www.openproject.org/docs/installation-and-operations/configuration/#initial-admin-user-creation
|
||||||
admin_user:
|
# admin_user:
|
||||||
password: "InnoHubADMIN_2025!"
|
# password: "InnoHubADMIN_2025!"
|
||||||
password_reset: "false"
|
# password_reset: "false"
|
||||||
name: "OpenProject Admin"
|
# name: "OpenProject Admin"
|
||||||
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
# mail: "inno-netz@innovation-hub-niedersachsen.de"
|
||||||
## Configure PostgreSQL settings.
|
# ## Configure PostgreSQL settings.
|
||||||
#
|
# #
|
||||||
persistence:
|
# persistence:
|
||||||
enabled: false
|
# enabled: false
|
||||||
accessModes:
|
# accessModes:
|
||||||
- "ReadWriteOnce"
|
# - "ReadWriteOnce"
|
||||||
s3:
|
# s3:
|
||||||
enabled: true
|
# enabled: true
|
||||||
auth:
|
# auth:
|
||||||
accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
# accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
||||||
secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
# secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
||||||
host: "https://sws3.innovation-hub-niedersachsen.de"
|
# host: "https://sws3.innovation-hub-niedersachsen.de"
|
||||||
port: 443
|
# port: 443
|
||||||
postgresql:
|
# postgresql:
|
||||||
bundled: true
|
# bundled: true
|
||||||
auth:
|
# auth:
|
||||||
# username: "openproject"
|
# # username: "openproject"
|
||||||
# database: "openproject"
|
# # database: "openproject"
|
||||||
# password: "InnoProjectDB_2025"
|
# # password: "InnoProjectDB_2025"
|
||||||
# postgresPassword: "InnoHubPostgres_2025"
|
# # postgresPassword: "InnoHubPostgres_2025"
|
||||||
existingSecret: "postgresql-secret"
|
# existingSecret: "postgresql-secret"
|
||||||
secretKeys:
|
# secretKeys:
|
||||||
adminPasswordKey: "InnoHubPostgres_2025"
|
# adminPasswordKey: "InnoHubPostgres_2025"
|
||||||
userPasswordKey: "InnoProjectDB_2025"
|
# userPasswordKey: "InnoProjectDB_2025"
|
||||||
# options:
|
# # options:
|
||||||
# pool:
|
# # pool:
|
||||||
# maxConnections: 30
|
# # maxConnections: 30
|
||||||
# minConnections: 20
|
# # minConnections: 20
|
||||||
# connectionTimeoutMillis: 20000
|
# # connectionTimeoutMillis: 20000
|
||||||
# idleTimeoutMillis: 100000
|
# # idleTimeoutMillis: 100000
|
||||||
# maxLifetimeMillis: 6000000
|
# # maxLifetimeMillis: 6000000
|
||||||
destination:
|
# destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
# server: 'https://kubernetes.default.svc'
|
||||||
namespace: openproject
|
# namespace: openproject
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user