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: routes:
- match: Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`) - match: Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: adguard-service - name: adguard-service
port: 3000 port: 3000
- match: (Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)) && PathPrefix(`/dns-query`) - match: (Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)) && PathPrefix(`/dns-query`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: adguard-service - name: adguard-service
port: 3000 port: 3000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`auth.forust.xyz`) - match: Host(`auth.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: authentik-server-service - name: authentik-server-service
port: 9000 port: 9000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`cmk.forust.xyz`) - match: Host(`cmk.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: checkmk-service - name: checkmk-service
port: 5000 port: 5000
-2
View File
@@ -9,13 +9,11 @@ spec:
routes: routes:
- match: Host(`gitea.forust.xyz`) - match: Host(`gitea.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: gitea-service - name: gitea-service
port: 3000 port: 3000
- match: Host(`gcr.forust.xyz`) && PathPrefix(`/v2`) - match: Host(`gcr.forust.xyz`) && PathPrefix(`/v2`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: gitea-service - name: gitea-service
port: 3000 port: 3000
-3
View File
@@ -18,19 +18,16 @@ spec:
routes: routes:
- match: Host(`hs.forust.xyz`) - match: Host(`hs.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: headscale-server-external - name: headscale-server-external
port: 8080 port: 8080
- match: Host(`hs.forust.xyz`) && PathPrefix(`/admin`) - match: Host(`hs.forust.xyz`) && PathPrefix(`/admin`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: headscale-ui-external - name: headscale-ui-external
port: 80 port: 80
- match: Host(`hs.forust.xyz`) && PathPrefix(`/metrics`) - match: Host(`hs.forust.xyz`) && PathPrefix(`/metrics`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: headscale-server-external - name: headscale-server-external
port: 9090 port: 9090
-2
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`forust.xyz`) || Host(`www.forust.xyz`) - match: Host(`forust.xyz`) || Host(`www.forust.xyz`)
kind: Rule kind: Rule
middlewares:
priority: 10 priority: 10
services: services:
- name: forust-homepage-service - name: forust-homepage-service
@@ -44,7 +43,6 @@ spec:
routes: routes:
- match: Host(`xdfnx.cfd`) - match: Host(`xdfnx.cfd`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: xdfnx-homepage-service - name: xdfnx-homepage-service
port: 80 port: 80
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`status.forust.xyz`) - match: Host(`status.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: kener-service - name: kener-service
port: 3000 port: 3000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`n8n.forust.xyz`) - match: Host(`n8n.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: n8n-service - name: n8n-service
port: 5678 port: 5678
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`nm.forust.xyz`) - match: Host(`nm.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: netronome-service - name: netronome-service
port: 7575 port: 7575
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`portainer.forust.xyz`) - match: Host(`portainer.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: portainer-service - name: portainer-service
port: 9000 port: 9000
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`s.forust.xyz`) || Host(`search.forust.xyz`) - match: Host(`s.forust.xyz`) || Host(`search.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: searxng-service - name: searxng-service
port: 8080 port: 8080
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`termix.forust.xyz`) - match: Host(`termix.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: termix-service - name: termix-service
port: 8080 port: 8080
-1
View File
@@ -10,7 +10,6 @@ spec:
routes: routes:
- match: Host(`traefik.forust.xyz`) - match: Host(`traefik.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: api@internal - name: api@internal
kind: TraefikService kind: TraefikService
-1
View File
@@ -9,7 +9,6 @@ spec:
routes: routes:
- match: Host(`uptime.forust.xyz`) - match: Host(`uptime.forust.xyz`)
kind: Rule kind: Rule
middlewares:
services: services:
- name: uptime-kuma-service - name: uptime-kuma-service
port: 3001 port: 3001
+4
View File
@@ -4,6 +4,8 @@ metadata:
name: vaultwarden-prod name: vaultwarden-prod
namespace: vaultwarden namespace: vaultwarden
spec: spec:
entryPoints:
- websecure
routes: routes:
- match: Host(`vw.forust.xyz`) - match: Host(`vw.forust.xyz`)
kind: Rule kind: Rule
@@ -19,6 +21,8 @@ metadata:
name: vaultwarden-local name: vaultwarden-local
namespace: vaultwarden namespace: vaultwarden
spec: spec:
entryPoints:
- websecure
routes: routes:
- match: Host(`vw.workstation.internal`) || Host(`vw.gigaforust.internal`) - match: Host(`vw.workstation.internal`) || Host(`vw.gigaforust.internal`)
kind: Rule kind: Rule