92743b1efc
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.
21 lines
459 B
YAML
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
|