mirror of
https://github.com/nold360/hive-apps
synced 2025-01-27 09:32:51 +00:00
del(heimdall)
This commit is contained in:
parent
5f290592d3
commit
0d11f0f12f
2 changed files with 0 additions and 59 deletions
|
@ -1,7 +0,0 @@
|
||||||
config:
|
|
||||||
description: Heimdall Hive Dashboard
|
|
||||||
apps:
|
|
||||||
- name: heimdall
|
|
||||||
repoURL: https://charts.truecharts.org
|
|
||||||
chart: heimdall
|
|
||||||
targetRevision: 11.0.45
|
|
|
@ -1,52 +0,0 @@
|
||||||
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
|
|
||||||
enableFixedMiddlewares: false
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
|
||||||
traefik.ingress.kubernetes.io/router.tls: '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…
Add table
Reference in a new issue