diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 18:15:10 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 18:15:10 +0300 |
| commit | dbc62150566e4da600c7d326c950a17a2f6d493e (patch) | |
| tree | d45c3ef6c73720517c611a7526d2988ac2a2cc39 /f3s/argocd-apps/services/apache.yaml | |
| parent | 6c80e29f6247e13cac9f50a71c8eaa5bd06e126a (diff) | |
Deactivate Apache ArgoCD application
Amp-Thread-ID: https://ampcode.com/threads/T-019d6da8-3a08-7079-bb2a-eb072c0bf17f
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/argocd-apps/services/apache.yaml')
| -rw-r--r-- | f3s/argocd-apps/services/apache.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/f3s/argocd-apps/services/apache.yaml b/f3s/argocd-apps/services/apache.yaml deleted file mode 100644 index 02f7819..0000000 --- a/f3s/argocd-apps/services/apache.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: apache - namespace: cicd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: http://git-server.cicd.svc.cluster.local/conf.git - targetRevision: master - path: f3s/apache/helm-chart - destination: - server: https://kubernetes.default.svc - namespace: services - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=false - retry: - limit: 3 - backoff: - duration: 5s - factor: 2 - maxDuration: 1m |
