about summary refs log tree commit diff
path: root/third-party
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third-party-apps/n8n/Chart.yaml11
-rw-r--r--third-party-apps/n8n/values.yaml21
2 files changed, 0 insertions, 32 deletions
diff --git a/third-party-apps/n8n/Chart.yaml b/third-party-apps/n8n/Chart.yaml
deleted file mode 100644
index fa25044..0000000
--- a/third-party-apps/n8n/Chart.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: v2
-name: gitea
-description: A Helm chart for setting up n8n
-version: 0.1.0
-appVersion: "1.0"
-
-dependencies:
-  - name: n8n
-    version: 0.23.1
-    repository: "oci://8gears.container-registry.com/library/n8n"
-
diff --git a/third-party-apps/n8n/values.yaml b/third-party-apps/n8n/values.yaml
deleted file mode 100644
index 4095173..0000000
--- a/third-party-apps/n8n/values.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-n8n:
-  persistence:
-    enabled: true
-    type: dynamic 
-  ingress:
-    enabled: true
-    annotations:
-      traefik.ingress.kubernetes.io/router.entrypoints: websecure
-      traefik.ingress.kubernetes.io/router.tls: "true"
-      traefik.ingress.kubernetes.io/router.tls.certresolver: "default"
-      traefik.ingress.kubernetes.io/redirect-entry-point: https
-      cert-manager.io/cluster-issuer: letsencrypt-prod
-    hosts:
-      - host: automate.topkek.cloud
-        paths: []
-    tls:
-      - secretName: n8n-tls
-        hosts:
-          - automate.topkek.cloud
-    className: "traefik"
-