File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 66 chart : ingress-nginx
77 releaseName : *name
88 repo : https://kubernetes.github.io/ingress-nginx
9- version : v4.5.2
9+ version : v4.10.0
1010 values :
1111 controller :
1212 kind : DaemonSet
13+ allowSnippetAnnotations : true
1314 ingressClass : nginx-lhn
1415 ingressClassResource :
1516 name : nginx-lhn
17+ metrics :
18+ enabled : true
19+ serviceMonitor :
20+ enabled : true
21+ additionalLabels :
22+ lsst.io/monitor : " true"
23+ # TODO: handle error: cannot unmarshal rule from spec This error happens
24+ # due to the fact that the PrometheusRules from the nginx-ingress
25+ # chart seem to be uncompatible with the new CRD's from the prometheus
26+ # operator being deployed. It would be good to have these deployed as
27+ # well but currently we're temporary disabling them.
28+ prometheusRule :
29+ enabled : false
30+ additionalLabels :
31+ lsst.io/rule : " true"
1632 rbac :
1733 create : true
1834 waitForJobs : true
Original file line number Diff line number Diff line change 88 chart : *name
99 releaseName : *name
1010 repo : https://kubernetes.github.io/ingress-nginx
11- version : v4.5.2
11+ version : v4.10.0
1212 values :
1313 controller :
1414 kind : DaemonSet
15+ allowSnippetAnnotations : true
1516 metrics :
1617 enabled : true
1718 serviceMonitor :
You can’t perform that action at this time.
0 commit comments