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
+2 -2
View File
@@ -24,7 +24,7 @@ terraform {
}
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
endpoint = "https://sless.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
}