Fix: ruta WS de :param a {param} (Axum 0.8 syntax)
Build & Deploy NutriApp / build-and-deploy (push) Failing after 10m7s

This commit is contained in:
2026-06-27 14:33:42 +01:00
parent 0238518822
commit 0af7f1724f
3 changed files with 47 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
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