mantisbt v2
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# ArgoCD Application für MantisBT v0.2.0 (mit MariaDB)
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
@@ -8,13 +9,13 @@ spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/mantisbt'
|
||||
targetRevision: 0.*.*
|
||||
targetRevision: 0.2.*
|
||||
chart: mantisbt
|
||||
helm:
|
||||
values: |
|
||||
image:
|
||||
repository: vimagick/mantisbt
|
||||
tag: latest
|
||||
repository: xlrl/mantisbt
|
||||
tag: "2.27.0"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
@@ -23,7 +24,6 @@ spec:
|
||||
kubernetes.io/ingress.class: traefik
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
cert-manager.io/cluster-issuer: lets-encrypt
|
||||
hosts:
|
||||
- mantisbt.innovation-hub-niedersachsen.de
|
||||
@@ -38,6 +38,7 @@ spec:
|
||||
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
|
||||
@@ -58,13 +59,13 @@ spec:
|
||||
memory: 512Mi
|
||||
cpu: 500m
|
||||
|
||||
postgresql:
|
||||
mariadb:
|
||||
enabled: true
|
||||
auth:
|
||||
database: mantisbt
|
||||
username: mantisbt
|
||||
password: "MantisDBPassword_2024!"
|
||||
postgresPassword: "RootDBPassword_2024!"
|
||||
rootPassword: "RootDBPassword_2024!"
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
@@ -76,11 +77,10 @@ spec:
|
||||
namespace: mantisbt
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: "privileged"
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user