mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 20:12:44 +00:00
add(organizr)
This commit is contained in:
parent
a012588e09
commit
40835712f4
2 changed files with 56 additions and 0 deletions
9
projects/organizr/project.yml
Normal file
9
projects/organizr/project.yml
Normal 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
|
47
projects/organizr/values/organizr.yaml
Normal file
47
projects/organizr/values/organizr.yaml
Normal 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
|
Loading…
Reference in a new issue