diff --git a/projects/heimdall/project.yml b/projects/heimdall/project.yml new file mode 100644 index 00000000..aa3866e0 --- /dev/null +++ b/projects/heimdall/project.yml @@ -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 diff --git a/projects/heimdall/values/heimdall.yaml b/projects/heimdall/values/heimdall.yaml new file mode 100644 index 00000000..be04432e --- /dev/null +++ b/projects/heimdall/values/heimdall.yaml @@ -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