k8s/apps/arr/homarr/homarr-service.yaml
2026-03-17 21:11:22 +13:00

14 lines
193 B
YAML

apiVersion: v1
kind: Service
metadata:
name: homarr
namespace: homarr
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 7575
protocol: TCP
selector:
app: homarr