fix: migrate sless endpoint from sless-api.kube5s.ru to sless.kube5s.ru (new cluster ingress 185.247.187.147)

This commit is contained in:
Naeel
2026-03-18 08:48:50 +03:00
parent 8f841e8c81
commit cca3a8cdc1
17 changed files with 574 additions and 19 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ variable "token" {
variable "sless_endpoint" {
description = "Endpoint sless API"
type = string
default = "https://sless-api.kube5s.ru"
default = "https://sless.kube5s.ru"
}
variable "nubes_endpoint" {