Gluttony-Cluster/navidrome/navidrome-service.yaml
Tyler Perkins 37068c1bd1
All checks were successful
continuous-integration/drone/push Build is passing
Add navidrome
2024-05-25 13:50:20 -04:00

14 lines
211 B
YAML

apiVersion: v1
kind: Service
metadata:
name: navidrome-services
namespace: navidrome-ns
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 4533
protocol: TCP
selector:
app: navidrome