ma service to LoadBalancer
This commit is contained in:
@@ -9,6 +9,7 @@ metadata:
|
|||||||
helm.sh/chart: music-assistant-0.3.5
|
helm.sh/chart: music-assistant-0.3.5
|
||||||
name: music-assistant
|
name: music-assistant
|
||||||
spec:
|
spec:
|
||||||
|
externalTrafficPolicy: Cluster
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
port: 8095
|
port: 8095
|
||||||
@@ -22,7 +23,7 @@ spec:
|
|||||||
app.kubernetes.io/instance: music-assistant
|
app.kubernetes.io/instance: music-assistant
|
||||||
app.kubernetes.io/name: music-assistant
|
app.kubernetes.io/name: music-assistant
|
||||||
sessionAffinity: None
|
sessionAffinity: None
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ service:
|
|||||||
# -- Create Service resources
|
# -- Create Service resources
|
||||||
enabled: true
|
enabled: true
|
||||||
# -- Service type (ClusterIP/LoadBalancer/NodePort)
|
# -- Service type (ClusterIP/LoadBalancer/NodePort)
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
# -- Additional service annotations
|
# -- Additional service annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# MetalLB examples:
|
# MetalLB examples:
|
||||||
|
|||||||
Reference in New Issue
Block a user