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
+6 -7
View File
@@ -7,8 +7,8 @@ spec:
selector:
app: error-pages
ports:
- port: 80
targetPort: 80
- port: 80
targetPort: 80
---
apiVersion: apps/v1
kind: Deployment
@@ -26,9 +26,8 @@ spec:
app: error-pages
spec:
containers:
- name: error-pages
image: gcr.forust.xyz/forust/error-pages:latest
ports:
- containerPort: 80
- name: error-pages
image: gcr.forust.xyz/forust/error-pages:latest
ports:
- containerPort: 80
---