Update all HTTPS references to use the new public domain. This touches workflows, ArgoCD manifests, Ansible, mise-tasks, NixOS config, and documentation (~29 files). Deliberately kept as forge.ops.eblu.me: - SSH repoURLs in argocd/apps/ (SSH stays tailnet-only) - containers/*/Dockerfile and *.nix (internal CI efficiency) - Caddy services table in routing.md - Internal URL references in forgejo.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
409 B
YAML
17 lines
409 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: forgejo-runner
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://forge.eblu.me/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/forgejo-runner
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: forgejo-runner
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|