mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-01 00:59:20 +00:00
fix(traefik): Harcode internal DNS in Traefik
This commit is contained in:
@@ -8,6 +8,10 @@ deployment:
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
dnsConfig:
|
||||
nameservers:
|
||||
- 192.168.1.153
|
||||
- 192.168.1.154
|
||||
|
||||
service:
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user