apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - external-secrets.yaml - storage.yaml - rbac.yaml - redis-deployment.yaml - redis-service.yaml - paddleocr-deployment.yaml - paddleocr-service.yaml - deployment-main.yaml - deployment-worker.yaml - deployment-runner.yaml - service.yaml - ingress.yaml # 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 commonLabels: app.kubernetes.io/name: n8n