summaryrefslogtreecommitdiff
path: root/f3s/argocd-apps/services/apache.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 18:15:10 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 18:15:10 +0300
commitdbc62150566e4da600c7d326c950a17a2f6d493e (patch)
treed45c3ef6c73720517c611a7526d2988ac2a2cc39 /f3s/argocd-apps/services/apache.yaml
parent6c80e29f6247e13cac9f50a71c8eaa5bd06e126a (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.yaml28
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