Compare commits
No commits in common. "3142ff3f665cde2a8bed4eaa1b9343ad8f9aaa95" and "503a857e2ccd6cf9799593daa77f338c45f2d0bf" have entirely different histories.
3142ff3f66
...
503a857e2c
5 changed files with 10 additions and 33 deletions
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
steps:
|
|
||||||
- name: linting
|
|
||||||
image: cytopia/yamllint:latest
|
|
||||||
commands:
|
|
||||||
- yamllint -f colored -s .
|
|
||||||
when:
|
|
||||||
- event:
|
|
||||||
- push
|
|
||||||
- manual
|
|
||||||
- pull_request
|
|
12
.yamllint
12
.yamllint
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
yaml-files:
|
|
||||||
- '*.yaml'
|
|
||||||
- '*.yml'
|
|
||||||
- '.yamllint'
|
|
||||||
|
|
||||||
extends: default
|
|
||||||
|
|
||||||
rules:
|
|
||||||
line-length: disable
|
|
||||||
indentation:
|
|
||||||
indent-sequences: consistent
|
|
|
@ -30,12 +30,12 @@ spec:
|
||||||
value: "1000"
|
value: "1000"
|
||||||
name: forgejo
|
name: forgejo
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: web
|
name: web
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 22
|
- containerPort: 22
|
||||||
name: ssh
|
name: ssh
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: "/data"
|
- mountPath: "/data"
|
||||||
name: forgejo-pv-storage
|
name: forgejo-pv-storage
|
||||||
|
|
|
@ -22,6 +22,6 @@ spec:
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- git.svc.neuber.io
|
- git.svc.neuber.io
|
||||||
secretName: forgejo-tls-key
|
secretName: forgejo-tls-key
|
||||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
volumeName: pvc-64e344d5-9dbe-4de4-9e6f-a1bad1da300e
|
volumeName: pvc-64e344d5-9dbe-4de4-9e6f-a1bad1da300e
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Add table
Reference in a new issue