k8s/apps/forgejo/service.yaml

19 lines
289 B
YAML
Raw Permalink Normal View History

2026-03-17 08:11:22 +00:00
apiVersion: v1
kind: Service
2026-03-17 08:11:22 +00:00
metadata:
name: forgejo
namespace: forgejo
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 3000
protocol: TCP
2026-05-03 00:58:13 +00:00
# - name: ssh
# port: 22
# targetPort: 22
# protocol: TCP
selector:
app: forgejo