forked from ab/homelab
Added Gitea
This commit is contained in:
27
k8s/apps/gitea/service.yaml
Normal file
27
k8s/apps/gitea/service.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user