awx-on-k3s/git/service.yaml

15 lines
220 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: git-service
spec:
ports:
- name: gitea-http
protocol: TCP
port: 3000
- name: gitea-ssh
protocol: TCP
port: 22
selector:
app: git