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
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
@@ -8,13 +9,13 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/mantisbt'
|
repoURL: 'https://gitea.innovation-hub-niedersachsen.de/innohub/charts/raw/main/mantisbt'
|
||||||
targetRevision: 0.*.*
|
targetRevision: 0.2.*
|
||||||
chart: mantisbt
|
chart: mantisbt
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
image:
|
image:
|
||||||
repository: vimagick/mantisbt
|
repository: xlrl/mantisbt
|
||||||
tag: latest
|
tag: "2.27.0"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -23,7 +24,6 @@ spec:
|
|||||||
kubernetes.io/ingress.class: traefik
|
kubernetes.io/ingress.class: traefik
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
||||||
cert-manager.io/cluster-issuer: lets-encrypt
|
cert-manager.io/cluster-issuer: lets-encrypt
|
||||||
hosts:
|
hosts:
|
||||||
- mantisbt.innovation-hub-niedersachsen.de
|
- mantisbt.innovation-hub-niedersachsen.de
|
||||||
@@ -38,6 +38,7 @@ spec:
|
|||||||
adminEmail: "admin@innovation-hub-niedersachsen.de"
|
adminEmail: "admin@innovation-hub-niedersachsen.de"
|
||||||
siteName: "InnoHub Bug Tracker"
|
siteName: "InnoHub Bug Tracker"
|
||||||
siteUrl: "https://mantisbt.innovation-hub-niedersachsen.de"
|
siteUrl: "https://mantisbt.innovation-hub-niedersachsen.de"
|
||||||
|
timezone: "Europe/Berlin"
|
||||||
email:
|
email:
|
||||||
enabled: true
|
enabled: true
|
||||||
smtpHost: 192.168.4.125
|
smtpHost: 192.168.4.125
|
||||||
@@ -58,13 +59,13 @@ spec:
|
|||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
|
||||||
postgresql:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
database: mantisbt
|
database: mantisbt
|
||||||
username: mantisbt
|
username: mantisbt
|
||||||
password: "MantisDBPassword_2024!"
|
password: "MantisDBPassword_2024!"
|
||||||
postgresPassword: "RootDBPassword_2024!"
|
rootPassword: "RootDBPassword_2024!"
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -83,4 +84,3 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user