Files
ai-service/k8s/kustomization.yaml
Grendgi 24c5d89c7b
All checks were successful
CI / test (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Successful in 20s
Add generic LLM worker
2026-06-08 13:52:29 +03:00

14 lines
250 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ai-service
resources:
- namespace.yaml
- configmap.yaml
- secrets.yaml
- postgres.yaml
- server-deployment.yaml
- server-service.yaml
- worker-deployment.yaml