add forgejo
This commit is contained in:
parent
bd4cd49208
commit
5f9feb33f6
5 changed files with 116 additions and 0 deletions
15
apps/forgejo/service.yaml
Normal file
15
apps/forgejo/service.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: forgejo
|
||||
namespace: forgejo
|
||||
spec:
|
||||
selector:
|
||||
app: forgejo
|
||||
ports:
|
||||
- name: http
|
||||
port: 3000
|
||||
targetPort: http
|
||||
- name: ssh
|
||||
port: 22
|
||||
targetPort: ssh
|
||||
Loading…
Add table
Add a link
Reference in a new issue