25 lines
481 B
YAML
25 lines
481 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- storage.yaml
|
|
- rbac.yaml
|
|
- redis-deployment.yaml
|
|
- redis-service.yaml
|
|
- deployment-main.yaml
|
|
- deployment-worker.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
|