add service
This commit is contained in:
		| @@ -2,6 +2,15 @@ gitea: | ||||
|   image: | ||||
|     repository: gitea/gitea | ||||
|     tag: 1.23.1 | ||||
|   service: | ||||
|     http: | ||||
|       type: ClusterIP | ||||
|       port: 3000 | ||||
|       clusterIP: 10.103.160.139 | ||||
|     ssh: | ||||
|       type: ClusterIP | ||||
|       port: 2222 | ||||
|       clusterIP: 10.103.160.140 | ||||
|   ingress: | ||||
|     enabled: false | ||||
|   persistence: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user