blumeops/argocd/manifests/kingfisher/kustomization.yaml
Erich Blume bce000bd53 Add custom Kingfisher container built from sporked deploy branch
- Dockerfile: multi-stage Rust build with Boost/vectorscan, debian-slim runtime
- Switch kustomization from upstream ghcr.io image to registry.ops.eblu.me
- Add kingfisher to service-versions.yaml (version tracks upstream main SHA)
- Document spork workflow in CLAUDE.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 09:37:11 -07:00

15 lines
257 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kingfisher
resources:
- pv-nfs.yaml
- pvc.yaml
- external-secret.yaml
- cronjob.yaml
images:
- name: registry.ops.eblu.me/blumeops/kingfisher
newTag: kustomized