diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-27 21:00:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-27 21:00:12 +0200 |
| commit | 94c0db2c8badc141ed9f35ade9f5f47bad8b3fc7 (patch) | |
| tree | 1562dbceb91a2eb92090389c0d04e33e42966eda /f3s/argocd-apps | |
| parent | 55a69e2dd06523cf7f466fd21e4e14c04ac3a3e8 (diff) | |
add apache
Diffstat (limited to 'f3s/argocd-apps')
| -rw-r--r-- | f3s/argocd-apps/services/apache.yaml (renamed from f3s/argocd-apps/test/example-apache-volume-claim.yaml) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/f3s/argocd-apps/test/example-apache-volume-claim.yaml b/f3s/argocd-apps/services/apache.yaml index 9100cd9..02f7819 100644 --- a/f3s/argocd-apps/test/example-apache-volume-claim.yaml +++ b/f3s/argocd-apps/services/apache.yaml @@ -1,19 +1,19 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: example-apache-volume-claim + name: apache namespace: cicd finalizers: - - resources-finalizer.argocd.argoproj.io + - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: http://git-server.cicd.svc.cluster.local/conf.git targetRevision: master - path: f3s/example-apache-volume-claim/helm-chart + path: f3s/apache/helm-chart destination: server: https://kubernetes.default.svc - namespace: test + namespace: services syncPolicy: automated: prune: true |
