Update all ArgoCD application repo URLs and SSH known hosts to use the new Caddy-proxied forge endpoint instead of the legacy Tailscale MagicDNS hostname. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
412 B
YAML
17 lines
412 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/prometheus
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|