add ntfy[ci skip]
This commit is contained in:
parent
f16519a90e
commit
016748b11f
3 changed files with 179 additions and 5 deletions
|
|
@ -460,3 +460,8 @@ module "ollama" {
|
|||
source = "./ollama"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
module "ntfy" {
|
||||
source = "./ntfy"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue