Merge pull request #945 from 3dwardch3ng/misc

update ingress for chartmuseum
This commit is contained in:
2024-09-06 16:59:26 +10:00
committed by GitHub

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