chore(k8s): adjust files for yamllint rules
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
75c4135a09
commit
3142ff3f66
3 changed files with 10 additions and 10 deletions
|
@ -30,12 +30,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
|
||||
|
|
|
@ -22,6 +22,6 @@ spec:
|
|||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- git.svc.neuber.io
|
||||
secretName: forgejo-tls-key
|
||||
- hosts:
|
||||
- git.svc.neuber.io
|
||||
secretName: forgejo-tls-key
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
namespace: forgejo
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteOnce
|
||||
volumeMode: Filesystem
|
||||
volumeName: pvc-64e344d5-9dbe-4de4-9e6f-a1bad1da300e
|
||||
resources:
|
||||
|
|
Loading…
Add table
Reference in a new issue