Enable k3s single-node server on ringtail (NixOS) for native amd64 container builds. Includes ArgoCD Application and manifests for a Forgejo Actions runner with the `k8s-amd64` label, Ansible bootstrap tasks for k3s token and runner secret, and containerd registry mirrors pulling through Zot on indri. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
433 B
YAML
17 lines
433 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: forgejo-runner-amd64
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://forge.ops.eblu.me/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/forgejo-runner-amd64
|
|
destination:
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
|
namespace: forgejo-runner
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|