diff --git a/charts/bind9/Chart.yaml b/charts/bind9/Chart.yaml index f41d591..8193112 100644 --- a/charts/bind9/Chart.yaml +++ b/charts/bind9/Chart.yaml @@ -3,7 +3,7 @@ name: bind9 description: A flexible and production-ready Helm chart for running ISC Bind9 DNS server on Kubernetes. type: application -version: 2026.3.17 +version: 2026.3.22 appVersion: "9.21" icon: https://www.aschnoebelen.fr/wp-content/uploads/2024/01/bind9.png diff --git a/charts/bind9/values.yaml b/charts/bind9/values.yaml index b5bc9b7..88004ff 100644 --- a/charts/bind9/values.yaml +++ b/charts/bind9/values.yaml @@ -115,26 +115,27 @@ metrics: capabilities: drop: - ALL - livenessProbe: - failureThreshold: 3 - httpGet: - path: / - port: metrics - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - readinessProbe: - failureThreshold: 3 - httpGet: - path: / - port: metrics - scheme: HTTP - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 1 - - resources: {} + + livenessProbe: + failureThreshold: 3 + httpGet: + path: / + port: metrics + scheme: HTTP + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + readinessProbe: + failureThreshold: 3 + httpGet: + path: / + port: metrics + scheme: HTTP + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + + resources: {} serviceMonitor: # Toggle the ServiceMonitor true if you have Prometheus Operator installed and configured