chore(k8s): fix indentation in ingress manifests (3-space -> 2-space)

This commit is contained in:
2026-06-19 12:03:02 +02:00
parent 7fb9e46c05
commit 1762962f32
13 changed files with 418 additions and 418 deletions
+22 -22
View File
@@ -4,30 +4,30 @@ metadata:
name: metube-prod
namespace: metube
spec:
entryPoints:
- websecure
routes:
- match: Host(`metube.forust.xyz`)
kind: Rule
middlewares:
- name: security-headers@file
services:
- name: metube-service
port: 8081
tls:
certResolver: letsencrypt
entryPoints:
- websecure
routes:
- match: Host(`metube.forust.xyz`)
kind: Rule
middlewares:
- name: security-headers@file
services:
- name: metube-service
port: 8081
tls:
certResolver: letsencrypt
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: metube-local
namespace: metube
name: metube-local
namespace: metube
spec:
entryPoints:
- websecure
routes:
- match: Host(`metube.workstation.internal`) || Host(`metube.gigaforust.internal`)
kind: Rule
services:
- name: metube-service
port: 8081
entryPoints:
- websecure
routes:
- match: Host(`metube.workstation.internal`) || Host(`metube.gigaforust.internal`)
kind: Rule
services:
- name: metube-service
port: 8081