backend redesign
This commit is contained in:
32
deploy/k8s/dev/kustomization.yaml
Normal file
32
deploy/k8s/dev/kustomization.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: default
|
||||
|
||||
# Base resources
|
||||
resources:
|
||||
- ../base
|
||||
- infrastructure.yaml
|
||||
|
||||
# No patches needed currently
|
||||
patches: []
|
||||
# ingress-dev.yaml - removed until we have services to expose
|
||||
|
||||
# ConfigMaps for service configs
|
||||
configMapGenerator:
|
||||
- name: relay-config
|
||||
files:
|
||||
- config.yaml=configs/relay-config.yaml
|
||||
- name: ingestor-config
|
||||
files:
|
||||
- config.yaml=configs/ingestor-config.yaml
|
||||
- name: flink-config
|
||||
files:
|
||||
- config.yaml=configs/flink-config.yaml
|
||||
|
||||
# Secrets (managed via kubectl, not committed)
|
||||
# These are created by bin/secret-update
|
||||
secretGenerator: []
|
||||
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
Reference in New Issue
Block a user