feat: add filebrowser to browse and download imagefinder output

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 07:58:59 +00:00
co-authored by Claude Opus 4.8
parent 3286f5ed6e
commit da8a9293c8
2 changed files with 136 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: filebrowser
namespace: argocd
spec:
project: default
source:
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
path: filebrowser
destination:
server: https://kubernetes.default.svc
namespace: filebrowser
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true