Was the only app still using https://forge.eblu.me (public proxy) for git polling. All other apps already use the internal SSH endpoint at forge.ops.eblu.me. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
424 B
YAML
17 lines
424 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: forgejo-runner
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/forgejo-runner
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: forgejo-runner
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|