diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 19:41:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:52:35 +0200 |
| commit | 1aaf12a8becc2193ecfc4802ee5beddf96727cf6 (patch) | |
| tree | 4b6a78c85bd852518549fddc2abe08cb5b7cd22c /f3s/argocd-apps/monitoring | |
| parent | e9c5ddfd59e6241440be82ed221b4c0c30c19f57 (diff) | |
Migrate all applications from Codeberg to self-hosted git
Updated 17 application manifests to use internal git-server:
- Monitoring: grafana-ingress, prometheus, pushgateway
- Services: anki-sync-server, audiobookshelf, filebrowser, immich, keybr,
kobo-sync-server, miniflux, opodsync, radicale, syncthing,
tracing-demo, wallabag, webdav
- Infra: registry
All applications now fetch from:
ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'f3s/argocd-apps/monitoring')
| -rw-r--r-- | f3s/argocd-apps/monitoring/grafana-ingress.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/monitoring/prometheus.yaml | 2 | ||||
| -rw-r--r-- | f3s/argocd-apps/monitoring/pushgateway.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/f3s/argocd-apps/monitoring/grafana-ingress.yaml b/f3s/argocd-apps/monitoring/grafana-ingress.yaml index bc99f02..e8764fd 100644 --- a/f3s/argocd-apps/monitoring/grafana-ingress.yaml +++ b/f3s/argocd-apps/monitoring/grafana-ingress.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/prometheus/grafana-ingress destination: diff --git a/f3s/argocd-apps/monitoring/prometheus.yaml b/f3s/argocd-apps/monitoring/prometheus.yaml index 854948f..75d9d56 100644 --- a/f3s/argocd-apps/monitoring/prometheus.yaml +++ b/f3s/argocd-apps/monitoring/prometheus.yaml @@ -161,7 +161,7 @@ spec: readOnly: true # Source 2: Additional manifests from Git repository - - repoURL: https://codeberg.org/snonux/conf.git + - repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/prometheus/manifests diff --git a/f3s/argocd-apps/monitoring/pushgateway.yaml b/f3s/argocd-apps/monitoring/pushgateway.yaml index 46d69ca..fbc58bc 100644 --- a/f3s/argocd-apps/monitoring/pushgateway.yaml +++ b/f3s/argocd-apps/monitoring/pushgateway.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/pushgateway/helm-chart destination: |
