Research-Stack/4-Infrastructure/k3s-flake/manifests/homarr/service.yaml
2026-05-25 16:24:21 -05:00

13 lines
198 B
YAML

apiVersion: v1
kind: Service
metadata:
name: homarr
namespace: services
spec:
type: NodePort
selector:
app: homarr
ports:
- port: 7575
targetPort: 7575
nodePort: 30805