mantisbt V4
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
# ArgoCD Application für MantisBT v0.2.0 (mit MariaDB)
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mantisbt
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/mantisbt'
|
||||
targetRevision: 0.3.*
|
||||
targetRevision: 0.4.*
|
||||
chart: mantisbt
|
||||
helm:
|
||||
values: |
|
||||
image:
|
||||
repository: xlrl/mantisbt
|
||||
tag: "2.27.0"
|
||||
tag: "latest"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
@@ -33,19 +33,9 @@ spec:
|
||||
- mantisbt.innovation-hub-niedersachsen.de
|
||||
|
||||
mantisbt:
|
||||
# WICHTIG: Nach der Installation auf "0" setzen!
|
||||
enableAdmin: "1"
|
||||
adminUser: administrator
|
||||
adminPassword: "InnoHubADMIN_2024!"
|
||||
adminEmail: "admin@innovation-hub-niedersachsen.de"
|
||||
siteName: "InnoHub Bug Tracker"
|
||||
siteUrl: "https://mantisbt.innovation-hub-niedersachsen.de"
|
||||
timezone: "Europe/Berlin"
|
||||
email:
|
||||
enabled: true
|
||||
smtpHost: 192.168.4.125
|
||||
smtpPort: 25
|
||||
fromAddress: "mantisbt@innovation-hub-niedersachsen.de"
|
||||
fromName: "InnoHub MantisBT"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
@@ -63,8 +53,6 @@ spec:
|
||||
mariadb:
|
||||
enabled: true
|
||||
image:
|
||||
# registry: docker.io
|
||||
# repository: bitnami/mariadb
|
||||
tag: "latest"
|
||||
auth:
|
||||
database: mantisbt
|
||||
|
||||
Reference in New Issue
Block a user