- Add HTML comment for hiring pipeline - Configure Helm chart for Kubernetes deployment - Set up ingress for resume.caffeinetux.com - Configure Harbor registry at images.caffeinetux.com - Add Flux CD manifests for GitOps deployment - Update CI workflow for Harbor integration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
318 B
YAML
16 lines
318 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: resume-site
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://GITEA_URL/GITEA_USER/resume-site.git # Update with actual Gitea URL
|
|
ref:
|
|
branch: main
|
|
ignore: |
|
|
# exclude all
|
|
/*
|
|
# include helm chart
|
|
!/helm/
|