statuses update

This commit is contained in:
sanek5g
2026-06-24 18:58:35 +03:00
parent fdddacf534
commit 0a9bfd0799
39 changed files with 2099 additions and 12 deletions

28
k8s/kustomization.yaml Normal file
View 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