Switch lldap to use helm chart at k8s/charts/lldap
This commit is contained in:
parent
abd0e9bb4d
commit
09bc1f2f2d
10 changed files with 334 additions and 0 deletions
|
|
@ -122,3 +122,8 @@ resource "adguard_rewrite" "dns" {
|
|||
domain = "dns.fuku"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
||||
resource "adguard_rewrite" "lldap" {
|
||||
domain = "ldap.fuku"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue