lint: yaml spaces and tabs

This commit is contained in:
2026-06-09 12:59:36 +02:00
parent 01ae2dd5cf
commit 7a3708f70c
30 changed files with 501 additions and 504 deletions
+12 -12
View File
@@ -7,8 +7,8 @@ spec:
selector:
app: forust-homepage
ports:
- port: 80
targetPort: 80
- port: 80
targetPort: 80
---
apiVersion: apps/v1
kind: Deployment
@@ -26,10 +26,10 @@ spec:
app: forust-homepage
spec:
containers:
- name: forust-homepage
image: gcr.forust.xyz/forust/forust-homepage:latest
ports:
- containerPort: 80
- name: forust-homepage
image: gcr.forust.xyz/forust/forust-homepage:latest
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
@@ -40,8 +40,8 @@ spec:
selector:
app: xdfnx-homepage
ports:
- port: 80
targetPort: 80
- port: 80
targetPort: 80
---
apiVersion: apps/v1
kind: Deployment
@@ -59,7 +59,7 @@ spec:
app: xdfnx-homepage
spec:
containers:
- name: xdfnx-homepage
image: gcr.forust.xyz/forust/xdfnx-homepage:latest
ports:
- containerPort: 80
- name: xdfnx-homepage
image: gcr.forust.xyz/forust/xdfnx-homepage:latest
ports:
- containerPort: 80
+30 -30
View File
@@ -7,11 +7,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`forust.xyz`)
kind: Rule
services:
- name: forust-homepage-service
port: 80
- match: Host(`forust.xyz`)
kind: Rule
services:
- name: forust-homepage-service
port: 80
tls:
certResolver: letsencrypt
---
@@ -24,11 +24,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`landing.workstation.internal`)
kind: Rule
services:
- name: forust-homepage-service
port: 80
- match: Host(`landing.workstation.internal`)
kind: Rule
services:
- name: forust-homepage-service
port: 80
tls:
secretName: local-tls
---
@@ -41,11 +41,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`landing.gigaforust.internal`)
kind: Rule
services:
- name: forust-homepage-service
port: 80
- match: Host(`landing.gigaforust.internal`)
kind: Rule
services:
- name: forust-homepage-service
port: 80
tls:
secretName: local-tls
---
@@ -58,11 +58,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`xdfnx.cfd`)
kind: Rule
services:
- name: xdfnx-homepage-service
port: 80
- match: Host(`xdfnx.cfd`)
kind: Rule
services:
- name: xdfnx-homepage-service
port: 80
tls:
certResolver: letsencrypt
---
@@ -75,11 +75,11 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`xdfnx.workstation.internal`)
kind: Rule
services:
- name: xdfnx-homepage-service
port: 80
- match: Host(`xdfnx.workstation.internal`)
kind: Rule
services:
- name: xdfnx-homepage-service
port: 80
tls:
secretName: local-tls
---
@@ -92,10 +92,10 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`xdfnx.gigaforust.internal`)
kind: Rule
services:
- name: xdfnx-homepage-service
port: 80
- match: Host(`xdfnx.gigaforust.internal`)
kind: Rule
services:
- name: xdfnx-homepage-service
port: 80
tls:
secretName: local-tls