add rybbit monitoring to ingresses [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-18 08:53:16 +00:00
parent d700cde9ac
commit d51e0f7aaf
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
27 changed files with 212 additions and 50 deletions

View file

@ -435,6 +435,7 @@ module "ingress" {
extra_annotations = {
"nginx.ingress.kubernetes.io/proxy-body-size" : "500m"
}
rybbit_site_id = "942c76b8bd4d"
}
@ -847,6 +848,7 @@ module "ingress-pgadmin" {
extra_annotations = {
"nginx.ingress.kubernetes.io/proxy-body-size" : "50m"
}
rybbit_site_id = "7cef78e30485"
}