Files
manoon-headless/k8s/ingress.yaml
Unchained 044aefae94
Some checks failed
Build and Deploy / build (push) Has been cancelled
fix: remove dev.manoonoils.com from ingress and update OpenPanel API URL
- Remove dev.manoonoils.com from storefront ingress to prevent cross-domain tracking issues
- Use environment variable for OpenPanel API URL in route handler
- Fixes session state conflicts from multiple domains
2026-03-30 20:40:17 +02:00

18 lines
327 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: storefront
namespace: manoonoils
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`manoonoils.com`) || Host(`www.manoonoils.com`)
kind: Rule
services:
- name: storefront
port: 3000
tls:
certResolver: letsencrypt