- Add .gitignore: exclude compiled binaries, build artifacts, and Helm values files containing real secrets (authentik, prometheus) - Add all Kubernetes deployment manifests (deployment/) - Add services source code: ha-sync, device-inventory, games-console, paperclip, parts-inventory - Add Ansible orchestration: playbooks, roles, inventory, cloud-init - Add hardware specs, execution plans, scripts, HOMELAB.md - Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill - Remove previously-tracked inventory-cli binary from git index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
866 B
YAML
37 lines
866 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- serviceaccount.yaml
|
|
- rbac.yaml
|
|
- pv-logs.yaml
|
|
- pvc-logs.yaml
|
|
- pv-dell-ai.yaml
|
|
- pv-dell-games.yaml
|
|
- pv-dell-infra.yaml
|
|
- pv-dell-media.yaml
|
|
- pv-dell-owncloud.yaml
|
|
- pv-dell-photos.yaml
|
|
- pv-hp-ai.yaml
|
|
- pv-hp-games.yaml
|
|
- pv-hp-infra.yaml
|
|
- pv-hp-media.yaml
|
|
- pv-hp-owncloud.yaml
|
|
- pv-hp-photos.yaml
|
|
- pvc-dell-ai.yaml
|
|
- pvc-dell-games.yaml
|
|
- pvc-dell-infra.yaml
|
|
- pvc-dell-media.yaml
|
|
- pvc-dell-owncloud.yaml
|
|
- pvc-dell-photos.yaml
|
|
- pvc-hp-ai.yaml
|
|
- pvc-hp-games.yaml
|
|
- pvc-hp-infra.yaml
|
|
- pvc-hp-media.yaml
|
|
- pvc-hp-owncloud.yaml
|
|
- pvc-hp-photos.yaml
|
|
# CronJobs are now managed by ha-sync-ctl (DB-driven). See archive/ for old static manifests.
|
|
# To migrate: ha-sync-ctl jobs import-k8s then ha-sync-ctl jobs apply-all
|
|
- ui-deployment.yaml
|
|
- ui-service.yaml
|
|
- ui-ingress.yaml
|