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.
This commit is contained in:
Will Anderson
2026-04-24 12:38:55 -05:00
parent befbc006be
commit 92743b1efc
4 changed files with 79 additions and 17 deletions
+2 -2
View File
@@ -2,11 +2,11 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: redpanda-data
namespace: platform
namespace: redpanda
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 20Gi