ArgoCD Application targeting ringtail k3s cluster. Manifests: Deployment, Service, Tailscale Ingress, PVC (local-path), ExternalSecret (1Password auth_secret + encryption_key). Caddy route: jobsync.ops.eblu.me -> jobsync.tail8d86e.ts.net. Ollama integration via OLLAMA_BASE_URL env var in deployment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
415 B
YAML
18 lines
415 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: jobsync
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/jobsync
|
|
destination:
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
|
namespace: jobsync
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|