mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
Use IP instead of domain in ingress, for when DNS dies
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
1c279ddd5b
commit
f65506a2a8
|
@ -9,7 +9,7 @@ capability {
|
||||||
}
|
}
|
||||||
|
|
||||||
context {
|
context {
|
||||||
server = "blowhole.in.redalder.org"
|
server = "10.64.0.2"
|
||||||
share = "/ingress-letsencrypt"
|
share = "/ingress-letsencrypt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue