kubedeploy-k3s/apps/gitea/base/gitea-service.yaml
2024-03-28 18:20:00 +01:00

19 lines
253 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: gitea
name: gitea
spec:
ports:
- name: web
port: 80
targetPort: 3000
- name: ssh
port: 22
targetPort: 22
selector:
app: gitea
status:
loadBalancer: {}