chore(k8s): returned to Host || Host standart instead of regexp.

Yaml lint (yamllint)
This commit is contained in:
2026-06-18 21:02:40 +02:00
parent ec0420962b
commit 0803f3efff
21 changed files with 427 additions and 430 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^(adguard|dns)\.(workstation|gigaforust)\.internal$`)
- match: Host(`adguard.workstation.internal`) || Host(`dns.workstation.internal`) || Host(`adguard.gigaforust.internal`) || Host(`dns.gigaforust.internal`)
kind: Rule
services:
- name: adguard-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^auth\.(workstation|gigaforust)\.internal$`)
- match: Host(`auth.workstation.internal`) || Host(`auth.gigaforust.internal`)
kind: Rule
services:
- name: authentik-server-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^cmk\.(workstation|gigaforust)\.internal$`)
- match: Host(`cmk.workstation.internal`) || Host(`cmk.gigaforust.internal`)
kind: Rule
services:
- name: checkmk-service
+2 -2
View File
@@ -25,7 +25,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^(workstation|gigaforust)\.internal$`) && PathPrefix(`/convert`)
- match: (Host(`workstation.internal`) || Host(`gigaforust.internal`)) && PathPrefix(`/convert`)
kind: Rule
priority: 50
services:
@@ -58,7 +58,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^pdf\.(workstation|gigaforust)\.internal$`)
- match: Host(`pdf.workstation.internal`) || Host(`pdf.gigaforust.internal`)
kind: Rule
services:
- name: bentopdf-service
+1 -1
View File
@@ -36,7 +36,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^dockmon\.(workstation|gigaforust)\.internal$`)
- match: Host(`dockmon.workstation.internal`) || Host(`dockmon.gigaforust.internal`)
kind: Rule
services:
- name: dockmon-service
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^downtify\.(workstation|gigaforust)\.internal$`)
- match: Host(`downtify.workstation.internal`) || Host(`downtify.gigaforust.internal`)
kind: Rule
services:
- name: downtify-service
+1 -2
View File
@@ -26,12 +26,11 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^gitea\.(workstation|gigaforust)\.internal$`)
- match: Host(`gitea.workstation.internal`) || Host(`gitea.gigaforust.internal`)
kind: Rule
services:
- name: gitea-service
port: 3000
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^glance\.(workstation|gigaforust)\.internal$`) && PathPrefix(`/glance`)
- match: (Host(`glance.workstation.internal`) || Host(`glance.gigaforust.internal`)) && PathPrefix(`/glance`)
kind: Rule
middlewares:
- name: glance-stripprefix
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^hs\.(workstation|gigaforust)\.internal$`)
- match: Host(`hs.workstation.internal`) || Host(`hs.gigaforust.internal`)
kind: Rule
services:
- name: headscale-server-external
+2 -2
View File
@@ -27,7 +27,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^landing\.(workstation|gigaforust)\.internal$`)
- match: Host(`landing.workstation.internal`) || Host(`landing.gigaforust.internal`)
kind: Rule
priority: 10
services:
@@ -62,7 +62,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^xdfnx\.(workstation|gigaforust)\.internal$`)
- match: Host(`xdfnx.workstation.internal`) || Host(`xdfnx.gigaforust.internal`)
kind: Rule
services:
- name: xdfnx-homepage-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^status\.(workstation|gigaforust)\.internal$`)
- match: Host(`status.workstation.internal`) || Host(`status.gigaforust.internal`)
kind: Rule
services:
- name: kener-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^metube\.(workstation|gigaforust)\.internal$`)
- match: Host(`metube.workstation.internal`) || Host(`metube.gigaforust.internal`)
kind: Rule
services:
- name: metube-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^n8n\.(workstation|gigaforust)\.internal$`)
- match: Host(`n8n.workstation.internal`) || Host(`n8n.gigaforust.internal`)
kind: Rule
services:
- name: n8n-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^nm\.(workstation|gigaforust)\.internal$`)
- match: Host(`nm.workstation.internal`) || Host(`nm.gigaforust.internal`)
kind: Rule
services:
- name: netronome-service
+2 -4
View File
@@ -28,7 +28,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^nextcloud\.(workstation|gigaforust)\.internal$`)
- match: Host(`nextcloud.workstation.internal`) || Host(`nextcloud.gigaforust.internal`)
kind: Rule
middlewares:
- name: "crowdsec-crowdsec-bouncer@kubernetescrd"
@@ -36,8 +36,6 @@ spec:
services:
- name: nextcloud-apache
port: 11000
# ---
# Nextcloud AIO
# apiVersion: traefik.io/v1alpha1
@@ -68,7 +66,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^naio\.(workstation|gigaforust)\.internal$`)
- match: Host(`naio.workstation.internal`) || Host(`naio.gigaforust.internal`)
kind: Rule
services:
- name: nextcloud-aio
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^portainer\.(workstation|gigaforust)\.internal$`)
- match: Host(`portainer.workstation.internal`) || Host(`portainer.gigaforust.internal`)
kind: Rule
services:
- name: portainer-service
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^grafana\.(workstation|gigaforust)\.internal$`)
- match: Host(`grafana.workstation.internal`) || Host(`grafana.gigaforust.internal`)
kind: Rule
services:
- name: prometheus-stack-grafana
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^(s|searxng)\.(workstation|gigaforust)\.internal$`)
- match: Host(`s.workstation.internal`) || Host(`searxng.workstation.internal`) || Host(`s.gigaforust.internal`) || Host(`searxng.gigaforust.internal`)
kind: Rule
services:
- name: searxng-service
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^termix\.(workstation|gigaforust)\.internal$`)
- match: Host(`termix.workstation.internal`) || Host(`termix.gigaforust.internal`)
kind: Rule
services:
- name: termix-service
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^traefik\.(workstation|gigaforust)\.internal$`)
- match: Host(`traefik.workstation.internal`) || Host(`traefik.gigaforust.internal`)
kind: Rule
services:
- name: api@internal
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^uptime\.(workstation|gigaforust)\.internal$`)
- match: Host(`uptime.workstation.internal`) || Host(`uptime.gigaforust.internal`)
kind: Rule
services:
- name: uptime-kuma-service