mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
12 lines
167 B
YAML
12 lines
167 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: arr
|
|
name: radarr
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: web
|
|
port: 7878
|
|
selector:
|
|
app: radarr |