One-click service onboarding: DNS + Caddy route + Homer entry #50
Labels
No labels
Monitoring
automation
bug
duplicate
feature
forgejo
help wanted
invalid
k3s
keycloak
ldap
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/homelab#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Today, exposing a new service means three manual steps:
k3s-ha-cluster/caddy/configmap.yamlk3s-ha-cluster/homer/config.yamlGoal
One command/workflow that takes a service name (+ namespace/port) and does
all three, so new deployments are exposed consistently every time:
<name>.yukselcloud.comrecord in Cloudflare using the existingscoped API token (already mounted in the ddns deployment)
Design decision
Prefer GitOps-first: the tool commits the config changes to this repo and CI
applies them, instead of imperative
curlagainst the cluster APIs. Keepsthe repo as the source of truth.
Scope notes
that issue covers deploying, this one covers exposing