blumeops/argocd/manifests/cv/kustomization.yaml
Erich Blume 5e6fc79921 Add CV/resume web app at cv.ops.eblu.me
Container (nginx:alpine), k8s manifests, ArgoCD app, Caddy route, and
deploy workflow. Content is built and released from the separate cv repo
(forge.ops.eblu.me/eblume/cv).

Also removes unnecessary sh -c wrapper around tar in build_docs Dagger
function.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 11:03:33 -08:00

8 lines
157 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cv
resources:
- deployment.yaml
- service.yaml
- ingress-tailscale.yaml