mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
add(heimdall)
This commit is contained in:
parent
5102e53ec0
commit
b1c65acaa1
2 changed files with 56 additions and 0 deletions
9
projects/heimdall/project.yml
Normal file
9
projects/heimdall/project.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
config:
|
||||
description: Heimdall Hive Dashboard
|
||||
apps:
|
||||
- name: heimdall
|
||||
repoURL: https://charts.truecharts.org
|
||||
chart: heimdall
|
||||
targetRevision: 11.0.40
|
||||
include:
|
||||
- ingress-internal
|
47
projects/heimdall/values/heimdall.yaml
Normal file
47
projects/heimdall/values/heimdall.yaml
Normal file
|
@ -0,0 +1,47 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/heimdall
|
||||
tag: v2.4.13
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10014
|
||||
targetPort: 80
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: heimdall.dc
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: heimdall-tls
|
||||
hosts:
|
||||
- heimdall.dc
|
||||
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
|
||||
env:
|
||||
APP_URL: https://home.dc
|
Loading…
Reference in a new issue