add unifi and gittea
This commit is contained in:
21
apps/gittea/gitea-service.yaml
Normal file
21
apps/gittea/gitea-service.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: gitea-service
|
||||
namespace: default
|
||||
spec:
|
||||
ports:
|
||||
- name: gitea-http
|
||||
nodePort: 32671
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: gitea-http
|
||||
- name: gitea-ssh
|
||||
nodePort: 31364
|
||||
port: 22
|
||||
protocol: TCP
|
||||
targetPort: gitea-ssh
|
||||
selector:
|
||||
app: gitea
|
||||
sessionAffinity: None
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user