From d487dffef0668d6880d1246098796fea86f28715 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sat, 7 Feb 2026 21:38:20 +0100 Subject: [PATCH] delete app --- argocd/apps/application.yaml | 59 ------------------------------------ 1 file changed, 59 deletions(-) delete mode 100644 argocd/apps/application.yaml diff --git a/argocd/apps/application.yaml b/argocd/apps/application.yaml deleted file mode 100644 index 917eb47..0000000 --- a/argocd/apps/application.yaml +++ /dev/null @@ -1,59 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: music-man - namespace: argocd - labels: - app.kubernetes.io/name: music-man - app.kubernetes.io/part-of: application - app.kubernetes.io/managed-by: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - - source: - repoURL: https://github.com/snothub/scaling-parakeet.git - targetRevision: HEAD - path: helm-chart - - helm: - valueFiles: - - values.yaml - values: | - app: - image: - tag: v3.4.11 # Updated automatically by GitHub Actions on release - - parameters: - - name: secrets.databasePassword - value: "change-me-in-production" - - destination: - server: https://kubernetes.default.svc - namespace: music-man - - syncPolicy: - automated: - prune: true - selfHeal: true - allowEmpty: false - - syncOptions: - - CreateNamespace=true - - Validate=true - - ServerSideApply=true - - Replace=false - timeout: 300s - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m - - ignoreDifferences: - - group: apps - kind: Deployment - jsonPointers: - - /spec/replicas