docs: add kubernetes and workflow documentation
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 8s

This commit is contained in:
2026-01-29 11:28:35 -03:00
parent 4003aab9e0
commit 3b8b079123
13 changed files with 287 additions and 12 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vendaweb-api-prod
namespace: argocd
spec:
project: default
source:
repoURL: https://git.simplifiquehc.com.br/simplifique/Vendaweb-api.git
targetRevision: main
path: k8s/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: vendaweb-api
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true