chore(domain): yourplatform.com → breakpilot.com
ci / shared (pull_request) Successful in 5s
ci / validate (pull_request) Successful in 2s

Apply the platform-domain decision (2026-05-18) to every manifest,
overlay, DNS template, README, and script in this repo.

Refs: M1.1
This commit is contained in:
2026-05-18 22:07:41 +02:00
parent 6cd1a1546c
commit 1a728428cf
22 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
name = "gitea"
image = "gitea/gitea:1.22"
port = 3000
domain = "git.yourplatform.com"
domain = "git.breakpilot.com"
[service.placement]
node = "vm-edge"
@@ -22,4 +22,4 @@ USER_UID = "1000"
USER_GID = "1000"
GITEA__database__DB_TYPE = "sqlite3"
GITEA__database__PATH = "/data/gitea/gitea.db"
GITEA__server__ROOT_URL = "https://git.yourplatform.com"
GITEA__server__ROOT_URL = "https://git.breakpilot.com"
+1 -1
View File
@@ -19,4 +19,4 @@ DB_CONNECTION_URI = "${secrets.INFISICAL_DB_URI}"
REDIS_URL = "redis://redis-infisical:6379"
ENCRYPTION_KEY = "${secrets.INFISICAL_ENCRYPTION_KEY}"
AUTH_SECRET = "${secrets.INFISICAL_AUTH_SECRET}"
SITE_URL = "https://infisical.yourplatform.com"
SITE_URL = "https://infisical.breakpilot.com"
+2 -2
View File
@@ -6,7 +6,7 @@
name = "keycloak"
image = "quay.io/keycloak/keycloak:26.0"
port = 8443
domain = "auth.yourplatform.com"
domain = "auth.breakpilot.com"
depends_on = ["pg-keycloak"]
[service.placement]
@@ -19,7 +19,7 @@ cpu = 1.0
[service.env]
KC_DB = "postgres"
KC_DB_URL = "${secrets.KC_DB_URL}"
KC_HOSTNAME = "auth.yourplatform.com"
KC_HOSTNAME = "auth.breakpilot.com"
KC_PROXY_HEADERS = "xforwarded"
KC_HEALTH_ENABLED = "true"
JAVA_OPTS_APPEND = "-Xms1g -Xmx1500m"