Added Gitea

This commit is contained in:
Ultradesu
2025-04-12 19:26:31 +01:00
parent 067e6198d4
commit cf3f481eb9
6 changed files with 198 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
apiVersion: v1
kind: Service
metadata:
name: gitea
namespace: gitea
spec:
selector:
app: gitea
ports:
- protocol: TCP
port: 80
targetPort: 3000
---
apiVersion: v1
kind: Service
metadata:
name: gitea-ssh
namespace: gitea
spec:
type: LoadBalancer
ports:
- port: 30022
targetPort: 22
selector:
app: gitea