feat(renovation): add petclinic-demo-andrej2 ArgoCD Application
Some checks failed
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Platform Conformance (pull_request) Successful in 6s
Security Scanning / Gitleaks — Secret Scan (pull_request) Failing after 18s
Security Scanning / Trivy — Filesystem & Dependency Scan (pull_request) Failing after 16s
Security Scanning / Security Summary (pull_request) Failing after 5s
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 43s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 1m59s
Some checks failed
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Platform Conformance (pull_request) Successful in 6s
Security Scanning / Gitleaks — Secret Scan (pull_request) Failing after 18s
Security Scanning / Trivy — Filesystem & Dependency Scan (pull_request) Failing after 16s
Security Scanning / Security Summary (pull_request) Failing after 5s
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 43s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 1m59s
This commit is contained in:
27
apps/overlays/dev/petclinic-demo-andrej2.yaml
Normal file
27
apps/overlays/dev/petclinic-demo-andrej2.yaml
Normal 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
|
||||
Reference in New Issue
Block a user