Tyler Perkins
4e0f0cc28a
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
211 B
YAML
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
|