fix typos and file layout for yamllint
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed

This commit is contained in:
Tom Neuber 2024-10-07 09:19:39 +02:00
parent 61d19f3413
commit e00cc2d4dd
Signed by: tom
GPG key ID: F17EFE4272D89FF6
65 changed files with 684 additions and 631 deletions

View file

@ -23,10 +23,10 @@ spec:
app: test1
spec:
containers:
- name: test1
image: containous/whoami
ports:
- containerPort: 80
- name: test1
image: containous/whoami
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
@ -51,17 +51,17 @@ metadata:
namespace: aaron-test
spec:
rules:
- host: "test.services.yolokube.de"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: test1-service
port:
number: 80
- host: "test.services.yolokube.de"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: test1-service
port:
number: 80
tls:
- hosts:
- test.services.yolokube.de
secretName: test2-tls-key
- hosts:
- test.services.yolokube.de
secretName: test2-tls-key