Lightweight Next.js app for browsing, uploading, and downloading artifacts from the cluster-local Garage S3 bucket. Uses the harness design system. Features: - File/folder browser with breadcrumb navigation - Drag-and-drop upload - Download and delete - Ingress at platform.coreworlds.io (internal-only) Also adds platform-dash to CI/deploy workflows.
16 lines
437 B
YAML
16 lines
437 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- helmchartconfig.yaml
|
|
- middleware-default-headers.yaml
|
|
- middleware-internal-only.yaml
|
|
- ingressroute-argocd.yaml
|
|
- ingressroute-grafana.yaml
|
|
- ingressroute-longhorn.yaml
|
|
- ingressroute-harness.yaml
|
|
- ingressroute-gitea.yaml
|
|
- ingressroute-garage.yaml
|
|
- ingressroute-platform-dash.yaml
|
|
- certificate-internal.yaml
|
|
- servicemonitor.yaml
|