add websocket support for uptime kuma [ci skip]
This commit is contained in:
parent
067b29c900
commit
eb0fe78c66
3 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ resource "kubernetes_ingress_v1" "uptime-kuma" {
|
|||
"nginx.ingress.kubernetes.io/affinity" = "cookie"
|
||||
"nginx.ingress.kubernetes.io/affinity-mode" = "persistent"
|
||||
"nginx.ingress.kubernetes.io/session-cookie-name" = "_sa_nginx"
|
||||
"nginx.org/websocket-services" = "uptime-kuma"
|
||||
|
||||
"gethomepage.dev/enabled" = "true"
|
||||
"gethomepage.dev/description" = "Uptime monitor"
|
||||
|
|
|
|||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue