45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: trade-staging
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- ../../base/cm-trade-deploy.yaml
|
|
- ../../base/postgres/service.yaml
|
|
- ../../base/postgres/statefulset.yaml
|
|
- ../../base/postgres/job-migrate.yaml
|
|
- ../../base/hasura/service.yaml
|
|
- ../../base/hasura/deployment.yaml
|
|
- ../../base/hasura/job-bootstrap.yaml
|
|
- ../../base/frontend/service.yaml
|
|
- ../../base/frontend/deployment.yaml
|
|
- ../../base/dlob/redis.yaml
|
|
- priority-classes.yaml
|
|
- ../../base/dlob/publisher-deployment.yaml
|
|
- dlob-publisher-all.yaml
|
|
- dlob-publisher-all-service.yaml
|
|
- dlob-hot-redis-to-postgres-raw-writer.yaml
|
|
- dlob-hot-postgres-to-postgres-derived-writer.yaml
|
|
- dlob-all-redis-to-postgres-derived-writer.yaml
|
|
- dlob-redis-retention.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- patch-frontend.yaml
|
|
- patch-frontend-service.yaml
|
|
- patch-dlob-publisher.yaml
|
|
- patch-dlob-publisher-storage.yaml
|
|
- patch-dlob-publisher-hot-priority.yaml
|
|
- patch-dlob-publisher-all-priority.yaml
|
|
|
|
configMapGenerator:
|
|
- name: postgres-initdb
|
|
files:
|
|
- ../../base/initdb/001_init.sql
|
|
- name: hasura-bootstrap-script
|
|
files:
|
|
- ../../base/hasura/hasura-bootstrap.mjs
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|