From 90a715cfe2926679e73abd8d14c5bbdb020b0c87 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Wed, 24 Aug 2022 13:55:45 -0700 Subject: [PATCH] Remove failing deployment --- applications/wiki.js/helmrelease.yaml | 38 --------------------------- applications/wiki.js/source.yaml | 9 ------- 2 files changed, 47 deletions(-) delete mode 100644 applications/wiki.js/helmrelease.yaml delete mode 100644 applications/wiki.js/source.yaml diff --git a/applications/wiki.js/helmrelease.yaml b/applications/wiki.js/helmrelease.yaml deleted file mode 100644 index 4a47717..0000000 --- a/applications/wiki.js/helmrelease.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -apiVersion: helm.toolkit.fluxcd.io/v2beta1 -kind: HelmRelease -metadata: - name: wiki-js - namespace: flux-system -spec: - chart: - spec: - chart: wiki - sourceRef: - kind: HelmRepository - name: requarks - namespace: flux-system - install: - createNamespace: true - interval: 1m0s - targetNamespace: wiki - timeout: 10m0s - values: - postgresql: - persistence: - storageClass: longhorn - ingress: - enabled: true - hosts: - - host: wiki.thejimnicholson.com - paths: - - path: "/" - pathType: Prefix - tls: - - hosts: - - wiki.thejimnicholson.com - secretName: wiki-thejimnicholson-com - annotations: - kubernetes.io/ingress.class: "traefik" - traefik.ingress.kubernetes.io/redirect-entry-point: https - cert-manager.io/cluster-issuer: dns-clusterissuer \ No newline at end of file diff --git a/applications/wiki.js/source.yaml b/applications/wiki.js/source.yaml deleted file mode 100644 index 91b3871..0000000 --- a/applications/wiki.js/source.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1beta1 -kind: HelmRepository -metadata: - name: requarks - namespace: flux-system -spec: - interval: 3m0s - url: https://charts.js.wiki \ No newline at end of file