update service type to LB for chartmuseum

This commit is contained in:
2024-09-05 17:08:11 +10:00
parent dfc13bdac2
commit 746dad8983
3 changed files with 3 additions and 29 deletions

View File

@@ -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