Files
Vendaweb-api/k8s/argocd/application-prod.yaml
simplifique c088c38a05
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m38s
chore: update registry and repository URLs to use internal IP address
2026-02-12 18:08:05 -03:00

28 lines
590 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vendaweb-api-prod
namespace: argocd
spec:
project: default
source:
repoURL: http://172.35.0.216:3000/simplifique/Vendaweb-api.git
targetRevision: main
path: k8s/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: vendaweb-prod
syncPolicy:
automated:
selfHeal: true
prune: true
retry:
limit: 2
backoff:
duration: 5s
factor: 2
maxDuration: 3m
syncOptions:
- CreateNamespace=true
- PruneLast=true