k8s/apps/arr/homarr/service.yaml

14 lines
193 B
YAML
Raw Permalink Normal View History

2026-03-17 08:11:22 +00:00
apiVersion: v1
2026-03-09 08:17:19 +00:00
kind: Service
2026-03-17 08:11:22 +00:00
metadata:
2026-03-09 08:17:19 +00:00
name: homarr
namespace: homarr
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 7575
protocol: TCP
selector:
app: homarr