mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
12 lines
210 B
YAML
12 lines
210 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: netbird-backend-management
|
|
spec:
|
|
template:
|
|
spec:
|
|
dnsConfig:
|
|
nameservers:
|
|
- 192.168.1.253 # AdGuardHome
|
|
dnsPolicy: None
|