File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ PORT=8080
33ALLOWED_ORIGINS = http://localhost:3000,https://yourdomain.com
44EXPECTED_SCHEMA_VERSION = 1
55RUST_LOG = info
6- PUBLIC_BASE_URL = https://api.battletech.su
6+ PUBLIC_BASE_URL = https://api.battledroids.ru
Original file line number Diff line number Diff line change 3535 - name : RUST_LOG
3636 value : " info"
3737 - name : PUBLIC_BASE_URL
38- value : " https://api.battletech.su "
38+ value : " https://api.battledroids.ru "
3939 livenessProbe :
4040 httpGet :
4141 path : /health
@@ -81,10 +81,10 @@ spec:
8181 ingressClassName : nginx
8282 tls :
8383 - hosts :
84- - api.battletech.su
85- secretName : api-battletech-su -tls
84+ - api.battledroids.ru
85+ secretName : api-battledroids-ru -tls
8686 rules :
87- - host : api.battletech.su
87+ - host : api.battledroids.ru
8888 http :
8989 paths :
9090 - path : /
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ db_user = "battletech"
1919db_password = "change-me-to-a-strong-password"
2020
2121# DNS
22- domain = "battletech.su "
22+ domain = "battledroids.ru "
2323ingress_ip = "91.186.196.173" # K8s worker node external IP
2424
2525# Application
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ variable "db_password" {
7777variable "domain" {
7878 description = " Root domain (DNS zone must already exist in TWC)"
7979 type = string
80- default = " battletech.su "
80+ default = " battledroids.ru "
8181}
8282
8383variable "ingress_ip" {
@@ -88,7 +88,7 @@ variable "ingress_ip" {
8888# --- Application ---
8989
9090variable "api_image" {
91- description = " Docker image for the BattleTech API"
91+ description = " Docker image for the Battledroids API"
9292 type = string
9393 default = " ghcr.io/graylikeme/battletech-api:latest"
9494}
You can’t perform that action at this time.
0 commit comments