add(organizr)

This commit is contained in:
nold 2022-10-30 11:27:46 +01:00
parent a012588e09
commit 40835712f4
2 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,9 @@
config:
description: Organizr Dashboard
apps:
- name: organizr
repoURL: https://charts.truecharts.org/
chart: organizr
targetRevision: 11.0.38
include:
- ingress-internal

View file

@ -0,0 +1,47 @@
image:
repository: tccr.io/truecharts/organizr
pullPolicy: Always
tag: latest
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10022
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
portal:
enabled: false
ingress:
main:
enabled: true
enableFixedMiddlewares: false
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
hosts:
- host: home.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: home-tls
hosts:
- home.dc