Files
infrastructure/servers/legion/apps/redpanda.yaml
Will Anderson 92743b1efc add redpanda to legion cluster
Deploy single-broker Redpanda in dedicated namespace with 20Gi storage,
1 CPU / 2Gi memory limits, and a one-shot topic init job for neuron.swarm,
neuron.ci, neuron.vcs, and neuron.webhooks with appropriate retention.
2026-04-24 12:39:02 -05:00

21 lines
459 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: redpanda
namespace: argocd
spec:
project: default
source:
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/redpanda
destination:
server: https://kubernetes.default.svc
namespace: redpanda
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true