chore(k8s): adjust files for yamllint rules

This commit is contained in:
Tom Neuber 2025-03-13 18:47:51 +01:00
parent 0696d1f785
commit 24d0dd63ab
Signed by: tom
GPG key ID: F17EFE4272D89FF6
5 changed files with 17 additions and 12 deletions

View file

@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
@ -30,12 +31,12 @@ spec:
value: "1000"
name: forgejo
ports:
- containerPort: 3000
name: web
protocol: TCP
- containerPort: 22
name: ssh
protocol: TCP
- containerPort: 3000
name: web
protocol: TCP
- containerPort: 22
name: ssh
protocol: TCP
volumeMounts:
- mountPath: "/data"
name: forgejo-pv-storage