fix service names
This commit is contained in:
@@ -72,6 +72,7 @@ navidrome:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: navidrome
|
app.kubernetes.io/name: navidrome
|
||||||
app.kubernetes.io/instance: navidrome
|
app.kubernetes.io/instance: navidrome
|
||||||
|
app.kubernetes.io/service: navidrome-main
|
||||||
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: http
|
- port: http
|
||||||
@@ -93,7 +94,7 @@ navidrome:
|
|||||||
- backendRefs:
|
- backendRefs:
|
||||||
- group: ''
|
- group: ''
|
||||||
kind: Service
|
kind: Service
|
||||||
name: navidrome
|
name: navidrome-main
|
||||||
port: 80
|
port: 80
|
||||||
weight: 100
|
weight: 100
|
||||||
matches:
|
matches:
|
||||||
@@ -113,7 +114,7 @@ navidrome:
|
|||||||
- backendRefs:
|
- backendRefs:
|
||||||
- group: ''
|
- group: ''
|
||||||
kind: Service
|
kind: Service
|
||||||
name: feishin
|
name: navidrome-feishin
|
||||||
port: 80
|
port: 80
|
||||||
weight: 100
|
weight: 100
|
||||||
matches:
|
matches:
|
||||||
|
|||||||
Reference in New Issue
Block a user