From 0d11f0f12f85ed510b234a5ba7bd154ed070978b Mon Sep 17 00:00:00 2001 From: nold Date: Sat, 1 Oct 2022 11:06:35 +0200 Subject: [PATCH] del(heimdall) --- projects/heimdall/project.yml | 7 ---- projects/heimdall/values/heimdall.yaml | 52 -------------------------- 2 files changed, 59 deletions(-) delete mode 100644 projects/heimdall/project.yml delete mode 100644 projects/heimdall/values/heimdall.yaml diff --git a/projects/heimdall/project.yml b/projects/heimdall/project.yml deleted file mode 100644 index 88cfdb91..00000000 --- a/projects/heimdall/project.yml +++ /dev/null @@ -1,7 +0,0 @@ -config: - description: Heimdall Hive Dashboard -apps: -- name: heimdall - repoURL: https://charts.truecharts.org - chart: heimdall - targetRevision: 11.0.45 diff --git a/projects/heimdall/values/heimdall.yaml b/projects/heimdall/values/heimdall.yaml deleted file mode 100644 index fe00fecc..00000000 --- a/projects/heimdall/values/heimdall.yaml +++ /dev/null @@ -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