Files
ai-service/k8s/kustomization.yaml
Grendgi 0081e910ba
All checks were successful
CI / test (push) Successful in 25s
Build and Deploy / build-and-deploy (push) Successful in 53s
Add CI/CD for AI service
2026-06-08 13:37:06 +03:00

13 lines
223 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