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" {
+1 -1
View File
@@ -13,5 +13,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
}
+1 -1
View File
@@ -19,6 +19,6 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
}
+1 -1
View File
@@ -23,5 +23,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
}
+1 -1
View File
@@ -13,5 +13,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
}
+1 -1
View File
@@ -27,5 +27,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
}