Primer commit
This commit is contained in:
11
services/gitea-db.yaml
Normal file
11
services/gitea-db.yaml
Normal 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
|
Reference in New Issue
Block a user