Files
fastapi-postgres-gitops/argocd-app.yaml
ITO Mac 0fc9bfc475 .
2026-05-19 11:21:18 +02:00

21 lines
466 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: blazp04-pg-app
namespace: argocd
spec:
project: default
source:
repoURL: https://git.fpmoz.sum.ba/Blazp04/fastapi-postgres-gitops.git
targetRevision: HEAD
path: manifests
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: student-blazp04
syncPolicy:
syncOptions:
- PruneLast=true
- CreateNamespace=false