27 lines
797 B
YAML
27 lines
797 B
YAML
# neuron-web — El landing page server (Phase 1 deploy on Legion)
|
|
#
|
|
# Sibling to neuron-marketing (Next.js prod) and neuron-stage (Next.js stage).
|
|
# This deployment runs the elb-built native El binary at
|
|
# web-stage.neuralplatform.ai. Coexists with the Cloud Run prod marketing
|
|
# site; nothing here replaces that yet.
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: neuron-web
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
|
|
targetRevision: main
|
|
path: servers/legion/k8s/neuron-technologies/web
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: neuron-web
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|