Files
trade-deploy/kustomize/base/kustomization.yaml
2026-03-29 13:14:30 +02:00

31 lines
724 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cm-trade-deploy.yaml
- postgres/service.yaml
- postgres/statefulset.yaml
- postgres/job-migrate.yaml
- hasura/service.yaml
- hasura/deployment.yaml
- hasura/job-bootstrap.yaml
- frontend/service.yaml
- frontend/deployment.yaml
- dlob/redis.yaml
- dlob/publisher-deployment.yaml
- candles-cache-worker/deployment.yaml
configMapGenerator:
- name: postgres-initdb
files:
- initdb/001_init.sql
- name: hasura-bootstrap-script
files:
- hasura/hasura-bootstrap.mjs
- name: candles-cache-worker-script
files:
- candles-cache-worker/worker.mjs
generatorOptions:
disableNameSuffixHash: true