Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 8s
20 lines
452 B
YAML
20 lines
452 B
YAML
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
|