Set up a complete GitOps pipeline using Flux CD to manage a minikube cluster. Includes bootstrap script, Traefik ingress controller via HelmRelease, and a hello-world nginx deployment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
181 B
YAML
10 lines
181 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: traefik
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h0m0s
|
|
url: https://traefik.github.io/charts
|