feat(renovation): add petclinic-demo-andrej2 ArgoCD Application #2

Merged
demo-bot merged 1 commits from backstage/apps-overlays-dev-petclinic-demo-andrej2-yaml-1778664351966 into main 2026-05-13 09:26:00 +00:00
Showing only changes of commit 1334a140e7 - Show all commits

View File

@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: petclinic-demo-andrej2
namespace: argocd
annotations:
environment: dev
labels:
app.kubernetes.io/name: petclinic-demo-andrej2
app.kubernetes.io/managed-by: backstage
spec:
project:
source:
repoURL: https://gitea.kyndemo.live/validate/petclinic-demo-andrej2
targetRevision: main
path: overlays/otel
destination:
# Route to the domain's dedicated AKS cluster (registered in ArgoCD as a cluster secret)
# Falls back to in-cluster if target_domain is not set
server: https://bstage-cjot-dev-platform-aks
namespace: demo-apps
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true