about summary refs log tree commit diff
path: root/third-party
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 23:38:22 +0200
committermakefunstuff <[email protected]>2024-06-29 23:38:22 +0200
commit693d3b77800836c4c6f2514a1778b235496f7bcd (patch)
tree2498d53f48a28da6ef33264d877dd92d1df0af49 /third-party
parentde807446f25a0a18e708da42bcd329003d0632d1 (diff)
downloadk3s-lab-693d3b77800836c4c6f2514a1778b235496f7bcd.tar.gz
n8n
Diffstat (limited to '')
-rw-r--r--third-party-apps/n8n/Chart.yaml11
-rw-r--r--third-party-apps/n8n/values.yaml21
2 files changed, 32 insertions, 0 deletions
diff --git a/third-party-apps/n8n/Chart.yaml b/third-party-apps/n8n/Chart.yaml
new file mode 100644
index 0000000..ba94994
--- /dev/null
+++ b/third-party-apps/n8n/Chart.yaml
@@ -0,0 +1,11 @@
+apiVersion: v2
+name: gitea
+description: A Helm chart for setting up n8n
+version: 0.1.0
+appVersion: "1.0"
+
+dependencies:
+  - name: n8n
+    version: 0.20.0
+    repository: "oci://8gears.container-registry.com/library/n8n"
+
diff --git a/third-party-apps/n8n/values.yaml b/third-party-apps/n8n/values.yaml
new file mode 100644
index 0000000..4095173
--- /dev/null
+++ b/third-party-apps/n8n/values.yaml
@@ -0,0 +1,21 @@
+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"
+