Skip to content

Commit

Permalink
[stable/node-local-dns] Add Service Monitor, Grafana Dashboard, Image…
Browse files Browse the repository at this point in the history
… Pull Secret support (#463)

* [stable/node-local-dns] Add Service Monitor, Grafana Dashboard, Image Pull Secret support (#2)

Update Chart.yaml

Update values.yaml

Update daemonset.yaml

Update configmap.yaml

Update values.yaml

Update README.md

Update configmap.yaml

Update daemonset.yaml

Update README.md

Update values.yaml

Update dashboard.json

Update dashboard.json

Update and rename service-metrics.yaml to service.yaml

Update daemonset.yaml

Update and rename service-kube-dns.yaml to service-upstream.yaml

Update README.md

Update values.yaml

Update daemonset.yaml

Update configmap-dashboard.yaml

Update dashboard.json

Update configmap-dashboard.yaml

Rename grafana-dashboard.json to dashboard.json

Create grafana-dashboard.json

Update README.md

Update configmap-dashboard.yaml

Update configmap-dashboard.yaml

Update values.yaml

Update values.yaml

Update configmap-dashboard.yaml

Create configmap-dashboard.yaml

Update values.yaml

Update values.yaml

Update servicemonitor.yaml

Update servicemonitor.yaml

Create servicemonitor.yaml

Update daemonset.yaml

Update and rename service-kube-dns-upstream.yaml to service-kube-dns.yaml

Update and rename service_upstream.yaml to service-kube-dns-upstream.yaml

* [stable/node-local-dns] Add Grafana Dashboard Documentation (#3)

* [stable/node-local-dns] Add Service Monitor, Grafana Dashboard, Image Pull Secret support

Update Chart.yaml

Update values.yaml

Update daemonset.yaml

Update configmap.yaml

Update values.yaml

Update README.md

Update configmap.yaml

Update daemonset.yaml

Update README.md

Update values.yaml

Update dashboard.json

Update dashboard.json

Update and rename service-metrics.yaml to service.yaml

Update daemonset.yaml

Update and rename service-kube-dns.yaml to service-upstream.yaml

Update README.md

Update values.yaml

Update daemonset.yaml

Update configmap-dashboard.yaml

Update dashboard.json

Update configmap-dashboard.yaml

Rename grafana-dashboard.json to dashboard.json

Create grafana-dashboard.json

Update README.md

Update configmap-dashboard.yaml

Update configmap-dashboard.yaml

Update values.yaml

Update values.yaml

Update configmap-dashboard.yaml

Create configmap-dashboard.yaml

Update values.yaml

Update values.yaml

Update servicemonitor.yaml

Update servicemonitor.yaml

Create servicemonitor.yaml

Update daemonset.yaml

Update and rename service-kube-dns-upstream.yaml to service-kube-dns.yaml

Update and rename service_upstream.yaml to service-kube-dns-upstream.yaml

* Update values.yaml

* Update README.md

* Update values.yaml

* Update README.md
  • Loading branch information
treksler committed Apr 13, 2023
1 parent 2e6b6a7 commit 0da17f5
Show file tree
Hide file tree
Showing 10 changed files with 1,725 additions and 24 deletions.
2 changes: 1 addition & 1 deletion stable/node-local-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: node-local-dns
version: 0.2.4
version: 1.0.0
appVersion: 1.22.20
maintainers:
- name: gabrieladt
Expand Down
14 changes: 10 additions & 4 deletions stable/node-local-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-local-dns

![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![AppVersion: 1.22.20](https://img.shields.io/badge/AppVersion-1.22.20-informational?style=flat-square)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.22.20](https://img.shields.io/badge/AppVersion-1.22.20-informational?style=flat-square)

A chart to install node-local-dns.

Expand Down Expand Up @@ -49,20 +49,26 @@ helm install my-release deliveryhero/node-local-dns -f values.yaml
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| config.dnsDomain | string | `"cluster.local"` | |
| config.dnsServer | string | `"172.20.0.10"` | |
| config.localDns | string | `"169.254.20.25"` | |
| dashboard.annotations | object | `{}` | |
| dashboard.enabled | bool | `false` | |
| dashboard.label | string | `"grafana_dashboard"` | |
| dashboard.namespace | string | `"kube-system"` | |
| fullnameOverride | string | `""` | |
| image.repository | string | `"registry.k8s.io/dns/k8s-dns-node-cache"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| pillar_dns_domain | string | `"cluster.local"` | |
| pillar_dns_server | string | `"172.20.0.10"` | |
| pillar_local_dns | string | `"169.254.20.25"` | |
| podAnnotations | object | `{}` | |
| resources.limits.memory | string | `"128Mi"` | |
| resources.requests.cpu | string | `"25m"` | |
| resources.requests.memory | string | `"128Mi"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| serviceMonitor.enabled | bool | `false` | |

## Maintainers

Expand Down
Loading

0 comments on commit 0da17f5

Please sign in to comment.