statuses update
This commit is contained in:
28
k8s/kustomization.yaml
Normal file
28
k8s/kustomization.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: audio-pipeline
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- configmap.yaml
|
||||
- postgres-init-configmap.yaml
|
||||
- storage.yaml
|
||||
- rabbitmq.yaml
|
||||
- postgres.yaml
|
||||
- watcher.yaml
|
||||
- transcribe.yaml
|
||||
- tagging.yaml
|
||||
- analyse.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: prompts
|
||||
files:
|
||||
- prompts.json=../workers/transcribe/configs/prompts.json
|
||||
|
||||
secretGenerator:
|
||||
- name: app-secrets
|
||||
envs:
|
||||
- secret.env
|
||||
options:
|
||||
disableNameSuffixHash: true
|
||||
Reference in New Issue
Block a user