update ingress for chartmuseum

This commit is contained in:
2024-09-06 16:59:09 +10:00
parent 7d43851221
commit 31529e8a13

View File

@@ -23,3 +23,13 @@ spec:
name: chartmuseum name: chartmuseum
port: port:
number: 8899 number: 8899
- host: "chartmuseum.cluster.local"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: chartmuseum
port:
number: 8899