Files
infrastructure/servers/legion/apps/fornax.yaml
Will Anderson 55a38bb693 fix: update Gitea URL to new GCP cluster instance
Legion hardware died April 27, 2026. New GCP k3s instance at 104.197.5.199.
Gitea now at gitea.git.svc.cluster.local:3000 within cluster.
2026-04-27 16:20:46 -05:00

66 lines
1.6 KiB
YAML

# Fornax coordinator — qBittorrent-compatible torrent distribution coordinator
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fornax-coordinator
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/fornax/coordinator
destination:
server: https://kubernetes.default.svc
namespace: media
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
---
# Fornax UI — React SPA served by nginx
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fornax-ui
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/fornax/ui
destination:
server: https://kubernetes.default.svc
namespace: media
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
---
# Fornax Grafana dashboard — auto-discovered by Grafana sidecar (grafana_dashboard=1)
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fornax-grafana
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/fornax/grafana
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true