Primer commit

This commit is contained in:
2025-04-27 00:13:00 +00:00
commit 261e13b30b
10 changed files with 179 additions and 0 deletions

11
services/gitea-db.yaml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: gitea-db
namespace: gitea
spec:
type: ClusterIP
selector:
app: gitea-db
ports:
- port: 3306