fix: remove all prod endpoint references from examples (test stand only)

This commit is contained in:
Naeel
2026-03-18 08:08:20 +03:00
parent 5d9045babc
commit 8f841e8c81
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
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"
}
```
@@ -2,8 +2,8 @@
# Скопируй в terraform.tfvars и подставь актуальный токен.
token = "PUT_TOKEN_HERE"
sless_endpoint = "http://sless-api.185.247.187.147.nip.io"
nubes_endpoint = "https://deck-test.ngcloud.ru/api/v1"
sless_endpoint = "https://sless-api.kube5s.ru"
nubes_endpoint = "https://deck-api-test.ngcloud.ru/api/v1"
pg_dsn = "postgres://sless:sless-pg-password@postgres.sless.svc.cluster.local:5432/sless?sslmode=disable"
rabbitmq_url = "amqp://sless:sless123@rabbitmq.sless.svc.cluster.local:5672/"