infrastructure/kustomization/bases/kustomization.yaml

24 lines
535 B
YAML

resources:
- ./namespace.yaml
- ./nocodelytics-dashboard.yaml
# - ./nocodelytics-events-worker.yaml
# - ./nocodelytics-tracker-api.yaml
- ./cert-manager.yaml
helmCharts:
- name: nats
repo: https://nats-io.github.io/k8s/helm/charts/
version: 0.19.1
releaseName: nocodelytics-nats
valuesFile: ./nats.yaml
secretGenerator:
- name: regcred
type: kubernetes.io/dockerconfigjson
envs:
- ./secrets/.dockerconfigjson.env
- name: secrets
type: Secret
envs:
- ./secrets/.secrets.env