Files
infrastructure/servers/legion/k8s/redpanda/pvc.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

13 lines
216 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: redpanda-data
namespace: redpanda
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi