- 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>
16 lines
531 B
YAML
16 lines
531 B
YAML
# ingress-nginx v4.14.3 (app version 1.14.3)
|
|
# Helm release: ingress-nginx, namespace: infrastructure
|
|
# Install: helm install ingress-nginx ingress-nginx/ingress-nginx -n infrastructure -f values.yaml
|
|
controller:
|
|
config:
|
|
force-ssl-redirect: true
|
|
allow-snippet-annotations: "true"
|
|
annotations-risk-level: "Critical"
|
|
extraArgs:
|
|
default-ssl-certificate: "infrastructure/wildcard-vandachevici-tls"
|
|
hostPort:
|
|
enabled: false
|
|
kind: DaemonSet
|
|
service:
|
|
type: LoadBalancer
|
|
loadBalancerIP: 192.168.2.240
|