Files
KubeApps/apps/gittea/gitea-service.yaml
Chris Richardson 331afdcd97 add unifi and gittea
2025-01-24 11:21:27 -05:00

21 lines
364 B
YAML

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