ci: add forgejo to infrastructure
This commit is contained in:
parent
0e86ede520
commit
2a811fa4f4
7 changed files with 88 additions and 0 deletions
16
infrastructure/forgejo/service.yaml
Normal file
16
infrastructure/forgejo/service.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: forgejo
|
||||
namespace: forgejo
|
||||
spec:
|
||||
selector:
|
||||
app: forgejo
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 3000
|
||||
- protocol: TCP
|
||||
port: 22
|
||||
targetPort: 22
|
||||
type: ClusterIP
|
||||
Loading…
Add table
Add a link
Reference in a new issue