Files
joel 0af7f1724f
Build & Deploy NutriApp / build-and-deploy (push) Failing after 10m7s
Fix: ruta WS de :param a {param} (Axum 0.8 syntax)
2026-06-27 14:33:42 +01:00

17 lines
310 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: nutriapp
namespace: nutriapp
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`nutriapp.proyectosjoel.com`)
services:
- name: nutriapp
port: 3100
tls:
certResolver: cloudflare