You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/coredns/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -60,17 +60,20 @@ The command removes all the Kubernetes components associated with the chart and
60
60
|`serviceType`| Kubernetes Service type |`ClusterIP`|
61
61
|`prometheus.service.enabled`| Set this to `true` to create Service for Prometheus metrics |`false`|
62
62
|`prometheus.service.annotations`| Annotations to add to the metrics Service |`{prometheus.io/scrape: "true", prometheus.io/port: "9153"}`|
63
+
|`prometheus.service.selector`| Pod selector |`{}`|
63
64
|`prometheus.monitor.enabled`| Set this to `true` to create ServiceMonitor for Prometheus operator |`false`|
64
65
|`prometheus.monitor.additionalLabels`| Additional labels that can be used so ServiceMonitor will be discovered by Prometheus | {} |
65
66
|`prometheus.monitor.namespace`| Selector to select which namespaces the Endpoints objects are discovered from. |`""`|
66
67
|`prometheus.monitor.interval`| Scrape interval for polling the metrics endpoint. (E.g. "30s") |`""`|
68
+
|`prometheus.monitor.selector`| Service selector |`{}`|
67
69
|`service.clusterIP`| IP address to assign to service |`""`|
68
70
|`service.clusterIPs`| IP addresses to assign to service |`[]`|
69
71
|`service.loadBalancerIP`| IP address to assign to load balancer (if supported) |`""`|
70
72
|`service.externalIPs`| External IP addresses |[]|
71
73
|`service.externalTrafficPolicy`| Enable client source IP preservation |[]|
72
74
|`service.ipFamilyPolicy`| Service dual-stack policy |`""`|
73
75
|`service.annotations`| Annotations to add to service | {} |
76
+
|`service.selector`| Pod selector |`{}`|
74
77
|`serviceAccount.create`| If true, create & use serviceAccount | false |
75
78
|`serviceAccount.name`| If not set & create is true, use template fullname ||
76
79
|`rbac.create`| If true, create & use RBAC resources | true |
@@ -141,6 +144,8 @@ The command removes all the Kubernetes components associated with the chart and
141
144
|`deployment.enabled`| Optionally disable the main deployment and its respective resources. |`true`|
142
145
|`deployment.name`| Name of the deployment if `deployment.enabled` is true. Otherwise the name of an existing deployment for the autoscaler or HPA to target. |`""`|
143
146
|`deployment.annotations`| Annotations to add to the main deployment |`{}`|
147
+
|`deployment.selector`| Pod selector |`{}`|
148
+
|`clusterRole.nameOverride`| ClusterRole name override ||
144
149
145
150
See `values.yaml` for configuration notes. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
0 commit comments