prepare neuron-tim namespace for Tim's future Neuron instance

Adds the neuron-tim namespace (via Terraform) and a full Argo CD
app + k8s manifests mirroring neuron-prod. All deployments set to
replicas=0 — nothing runs until Tim's imprint is ready and Vault
secrets are populated at secret/neuron-technologies/tim.
This commit is contained in:
Will Anderson
2026-04-24 12:52:36 -05:00
parent 92743b1efc
commit 336a9333a2
10 changed files with 316 additions and 0 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: neuron-tim-data
namespace: neuron-tim
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi