feat(neuron): add neuron-beta deployment on port 8002 with separate PVC

This commit is contained in:
Will Anderson
2026-04-23 13:34:55 -05:00
parent 43737ce5cb
commit 882c4a79d4
2 changed files with 101 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: neuron-beta-data
namespace: neuron
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi