add websocket support for uptime kuma [ci skip]

This commit is contained in:
Viktor Barzin 2024-12-24 10:59:36 +00:00
parent 067b29c900
commit eb0fe78c66
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 1 additions and 0 deletions

View file

@ -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.

Binary file not shown.