Adds Kustomize base+prod overlays for nxtgauge-frontend-solid, nxtgauge-admin-solid, and nxtgauge-backend-rust (18 services). ArgoCD Image Updater configured for auto-deploy on high-performance-latest tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
642 B
YAML
28 lines
642 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: nxtgauge-frontend-solid
|
|
namespace: nxtgauge
|
|
spec:
|
|
ingressClassName: traefik
|
|
rules:
|
|
- host: nxtgauge.com
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: nxtgauge-frontend-solid
|
|
port:
|
|
number: 80
|
|
- host: www.nxtgauge.com
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: nxtgauge-frontend-solid
|
|
port:
|
|
number: 80
|