update service type to LB for chartmuseum
This commit is contained in:
@@ -11,10 +11,10 @@ metadata:
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: chartmuseum
|
||||
type: ClusterIP
|
||||
type: LoadBalancer
|
||||
internalTrafficPolicy: Cluster
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
port: 8899
|
||||
targetPort: 8080
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user