diff --git a/deployments/dns/bind.yaml b/deployments/dns/bind.yaml index 5865201..ed9c336 100644 --- a/deployments/dns/bind.yaml +++ b/deployments/dns/bind.yaml @@ -100,6 +100,7 @@ spec: containers: - name: bind-master image: internetsystemsconsortium/bind9:9.18 + command: ["named", "-g", "-c", "/etc/bind/named.conf"] ports: - containerPort: 53 protocol: UDP