Espelho do routines: NestJS 10 + Fastify + TypeORM, modulos catalog (override por UF), document (versoes + storage GCS), compliance (mesmo score do painel), alerts (regua de vencimento, envio e v1.2) e analise plugavel (KeywordAnalyzer -> OCR/LLM). 38 testes. Deploy aguarda banco 'documents' e secrets no hml2 — por isso o [skip ci] no bootstrap. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
204 B
YAML
15 lines
204 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: documents
|
|
labels:
|
|
app: documents
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
name: http
|
|
selector:
|
|
app: documents
|