chore(k8s): adjust files for yamllint rules
This commit is contained in:
parent
0696d1f785
commit
24d0dd63ab
5 changed files with 17 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue