update ingress for chartmuseum
This commit is contained in:
10
apps/chartmuseum/env/k3s-cluster/ingress.yaml
vendored
10
apps/chartmuseum/env/k3s-cluster/ingress.yaml
vendored
@@ -14,6 +14,16 @@ spec:
|
|||||||
secretName: "chartmuseum-tls"
|
secretName: "chartmuseum-tls"
|
||||||
rules:
|
rules:
|
||||||
- host: "chartmuseum.cluster.edward.sydney"
|
- host: "chartmuseum.cluster.edward.sydney"
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- pathType: Prefix
|
||||||
|
path: "/"
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: chartmuseum
|
||||||
|
port:
|
||||||
|
number: 8899
|
||||||
|
- host: "chartmuseum.cluster.local"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- pathType: Prefix
|
- pathType: Prefix
|
||||||
|
|||||||
Reference in New Issue
Block a user