0f9448e8ea
Add marketing/ manifests (Deployment, Service, ExternalSecret) for the Next.js marketing site in neuron-prod namespace, an Argo CD app pointing to the new path, and update the prod ingress to serve / from neuron-marketing instead of neuron-rest.
7 lines
136 B
YAML
7 lines
136 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- externalsecret.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|