Skip to content

Commit

Permalink
fix(coredns): update the IP address for the o11y node
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-maddy committed Nov 23, 2024
1 parent 936ef82 commit 19fc00a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ data:
loki.server: |
loki.vipyrsec.com:53 {
hosts {
10.124.0.4 loki.vipyrsec.com
10.124.0.5 loki.vipyrsec.com
fallthrough
}
}
prom.server: |-
prom.vipyrsec.com:53 {
hosts {
10.124.0.4 prom.vipyrsec.com
10.124.0.5 prom.vipyrsec.com
fallthrough
}
}

0 comments on commit 19fc00a

Please sign in to comment.