Gitea/manifests/service.yaml

14 lines
221 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: gitea-svc
namespace: gitea
spec:
ports:
- name: http
port: 80
protocol: TCP
2023-06-30 21:42:51 +00:00
targetPort: 3000
selector:
app: gitea