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.
16 lines
253 B
YAML
16 lines
253 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: neuron-marketing
|
|
namespace: neuron-prod
|
|
labels:
|
|
app: neuron-marketing
|
|
spec:
|
|
selector:
|
|
app: neuron-marketing
|
|
ports:
|
|
- name: http
|
|
port: 3000
|
|
targetPort: 3000
|
|
type: ClusterIP
|