mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
14 lines
192 B
YAML
14 lines
192 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: torrent
|
|
namespace: torrent
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: torrent
|
|
ports:
|
|
- name: web
|
|
port: 80
|
|
targetPort: http
|