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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user