update ingress for chartmuseum

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

View File

@@ -14,6 +14,16 @@ spec:
secretName: "chartmuseum-tls"
rules:
- host: "chartmuseum.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: chartmuseum
port:
number: 8899
- host: "chartmuseum.cluster.local"
http:
paths:
- pathType: Prefix