chore: remove empty middlewares blocks from k8s ingresses

This commit is contained in:
2026-09-02 12:14:26 +02:00
parent ace23ad1f9
commit 587611ca88
15 changed files with 4 additions and 19 deletions
-2
View File
@@ -9,13 +9,11 @@ spec:
routes:
- match: Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)
kind: Rule
middlewares:
services:
- name: adguard-service
port: 3000
- match: (Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)) && PathPrefix(`/dns-query`)
kind: Rule
middlewares:
services:
- name: adguard-service
port: 3000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`auth.forust.xyz`)
kind: Rule
middlewares:
services:
- name: authentik-server-service
port: 9000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`cmk.forust.xyz`)
kind: Rule
middlewares:
services:
- name: checkmk-service
port: 5000
-2
View File
@@ -9,13 +9,11 @@ spec:
routes:
- match: Host(`gitea.forust.xyz`)
kind: Rule
middlewares:
services:
- name: gitea-service
port: 3000
- match: Host(`gcr.forust.xyz`) && PathPrefix(`/v2`)
kind: Rule
middlewares:
services:
- name: gitea-service
port: 3000
-3
View File
@@ -18,19 +18,16 @@ spec:
routes:
- match: Host(`hs.forust.xyz`)
kind: Rule
middlewares:
services:
- name: headscale-server-external
port: 8080
- match: Host(`hs.forust.xyz`) && PathPrefix(`/admin`)
kind: Rule
middlewares:
services:
- name: headscale-ui-external
port: 80
- match: Host(`hs.forust.xyz`) && PathPrefix(`/metrics`)
kind: Rule
middlewares:
services:
- name: headscale-server-external
port: 9090
-2
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`forust.xyz`) || Host(`www.forust.xyz`)
kind: Rule
middlewares:
priority: 10
services:
- name: forust-homepage-service
@@ -44,7 +43,6 @@ spec:
routes:
- match: Host(`xdfnx.cfd`)
kind: Rule
middlewares:
services:
- name: xdfnx-homepage-service
port: 80
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`status.forust.xyz`)
kind: Rule
middlewares:
services:
- name: kener-service
port: 3000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`n8n.forust.xyz`)
kind: Rule
middlewares:
services:
- name: n8n-service
port: 5678
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`nm.forust.xyz`)
kind: Rule
middlewares:
services:
- name: netronome-service
port: 7575
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`portainer.forust.xyz`)
kind: Rule
middlewares:
services:
- name: portainer-service
port: 9000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`s.forust.xyz`) || Host(`search.forust.xyz`)
kind: Rule
middlewares:
services:
- name: searxng-service
port: 8080
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`termix.forust.xyz`)
kind: Rule
middlewares:
services:
- name: termix-service
port: 8080
-1
View File
@@ -10,7 +10,6 @@ spec:
routes:
- match: Host(`traefik.forust.xyz`)
kind: Rule
middlewares:
services:
- name: api@internal
kind: TraefikService
-1
View File
@@ -9,7 +9,6 @@ spec:
routes:
- match: Host(`uptime.forust.xyz`)
kind: Rule
middlewares:
services:
- name: uptime-kuma-service
port: 3001
+4
View File
@@ -4,6 +4,8 @@ metadata:
name: vaultwarden-prod
namespace: vaultwarden
spec:
entryPoints:
- websecure
routes:
- match: Host(`vw.forust.xyz`)
kind: Rule
@@ -19,6 +21,8 @@ metadata:
name: vaultwarden-local
namespace: vaultwarden
spec:
entryPoints:
- websecure
routes:
- match: Host(`vw.workstation.internal`) || Host(`vw.gigaforust.internal`)
kind: Rule