Files
homelab/k8s/apps/n8n/kustomization.yaml
T

29 lines
607 B
YAML
Raw Normal View History

2026-02-03 23:22:15 +02:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
2026-02-05 19:53:09 +02:00
- external-secrets.yaml
2026-02-05 19:42:45 +02:00
- storage.yaml
- rbac.yaml
- redis-deployment.yaml
- redis-service.yaml
2026-02-16 11:31:57 +02:00
- paddleocr-deployment.yaml
- paddleocr-service.yaml
2026-02-05 19:42:45 +02:00
- deployment-main.yaml
2026-03-07 10:34:54 +00:00
- deployment-worker.yaml
2026-02-16 13:37:18 +02:00
- deployment-runner.yaml
2026-02-05 19:42:45 +02:00
- service.yaml
- ingress.yaml
2026-02-03 23:22:15 +02:00
2026-06-17 14:51:47 +01:00
# helmCharts:
# - name: yacy
# repo: https://gt.hexor.cy/api/packages/ab/helm
# version: 0.1.2
# releaseName: yacy
# namespace: n8n
# valuesFile: values-yacy.yaml
# includeCRDs: true
2026-02-05 19:43:53 +02:00
2026-02-05 19:42:45 +02:00
commonLabels:
app.kubernetes.io/name: n8n