docs: E2E results 2026-03-17 — all 4 examples PASS on test stand

This commit is contained in:
Naeel
2026-03-18 06:27:57 +03:00
parent 1294ad993f
commit 5d9045babc
7 changed files with 61 additions and 8 deletions
+2 -2
View File
@@ -10,13 +10,13 @@ variable "token" {
variable "sless_endpoint" {
description = "Endpoint sless API"
type = string
default = "http://sless-api.185.247.187.147.nip.io"
default = "https://sless-api.kube5s.ru"
}
variable "nubes_endpoint" {
description = "Nubes endpoint (нужен провайдеру)"
type = string
default = "https://deck-test.ngcloud.ru/api/v1"
default = "https://deck-api-test.ngcloud.ru/api/v1"
}
variable "pg_dsn" {