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

@ -37,17 +37,17 @@ spec:
app: example
spec:
containers:
- name: example
image: testcontainers/helloworld
ports:
- containerPort: 8080
volumeMounts:
- mountPath: "/var/www/html"
name: example-volume
- name: example
image: testcontainers/helloworld
ports:
- containerPort: 8080
volumeMounts:
- mountPath: "/var/www/html"
name: example-volume
volumes:
- name: example-volume
persistentVolumeClaim:
claimName: example-pvc
- name: example-volume
persistentVolumeClaim:
claimName: example-pvc
---
apiVersion: v1
kind: Service
@ -75,17 +75,17 @@ metadata:
namespace: example
spec:
rules:
- host: "example.apps.yolokube.de"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: example-service
port:
number: 80
- host: "example.apps.yolokube.de"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: example-service
port:
number: 80
tls:
- hosts:
- example.apps.yolokube.de
secretName: example-tls-key
- hosts:
- example.apps.yolokube.de
secretName: example-tls-key