Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/bind9/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
41 changes: 21 additions & 20 deletions charts/bind9/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading