Add Gitea database deployment and service configuration

This commit is contained in:
2025-06-06 18:27:44 +05:30
parent 519acc52f1
commit 45ba19dbde
3 changed files with 68 additions and 25 deletions

View File

@@ -40,3 +40,17 @@ spec:
- protocol: TCP
port: 3000
targetPort: 3000
---
apiVersion: v1
kind: Service
metadata:
name: gitea-db-service
namespace: default
spec:
selector:
app: gitea-db
ports:
- protocol: TCP
port: 5432
targetPort: 5432