ci: add forgejo to infrastructure

This commit is contained in:
Patryk Hegenberg 2025-05-07 09:44:20 +02:00
parent 0e86ede520
commit 2a811fa4f4
7 changed files with 88 additions and 0 deletions

View 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