From 329ae66aab63803869fb4791048c53debb74efef Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Tue, 19 Dec 2023 15:01:01 +0000 Subject: [PATCH] app(syncthing): Rename routes --- apps/syncthing/app/route.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/syncthing/app/route.yaml b/apps/syncthing/app/route.yaml index f1b08be..09002e0 100644 --- a/apps/syncthing/app/route.yaml +++ b/apps/syncthing/app/route.yaml @@ -1,7 +1,7 @@ apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: - name: syncthing-route + name: web namespace: syncthing spec: entryPoints: @@ -19,7 +19,7 @@ spec: apiVersion: traefik.containo.us/v1alpha1 kind: IngressRouteTCP metadata: - name: syncthing-route-listen + name: listen namespace: syncthing spec: entryPoints: @@ -33,7 +33,7 @@ spec: apiVersion: traefik.containo.us/v1alpha1 kind: IngressRouteUDP metadata: - name: syncthing-route-discovery + name: discovery namespace: syncthing spec: entryPoints: