chore(domain): yourplatform.com → breakpilot.com
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:
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "admin-compliance"
|
||||
image = "registry.yourplatform.com/admin-compliance:env-stage"
|
||||
image = "registry.breakpilot.com/admin-compliance:env-stage"
|
||||
port = 3002
|
||||
|
||||
[service.placement]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "ai-compliance-sdk"
|
||||
image = "registry.yourplatform.com/ai-compliance-sdk:env-stage"
|
||||
image = "registry.breakpilot.com/ai-compliance-sdk:env-stage"
|
||||
port = 3001
|
||||
|
||||
[service.placement]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "backend-compliance"
|
||||
image = "registry.yourplatform.com/backend-compliance:env-stage"
|
||||
image = "registry.breakpilot.com/backend-compliance:env-stage"
|
||||
port = 3000
|
||||
|
||||
[service.placement]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "certifai-dashboard"
|
||||
image = "registry.yourplatform.com/certifai:env-stage"
|
||||
image = "registry.breakpilot.com/certifai:env-stage"
|
||||
port = 3000
|
||||
|
||||
[service.placement]
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
[[service]]
|
||||
name = "customer-portal"
|
||||
image = "registry.yourplatform.com/portal:env-stage"
|
||||
image = "registry.breakpilot.com/portal:env-stage"
|
||||
port = 3000
|
||||
domain = "*.stage.yourplatform.com"
|
||||
domain = "*.stage.breakpilot.com"
|
||||
|
||||
[service.placement]
|
||||
node = "stage"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "tenant-registry"
|
||||
image = "registry.yourplatform.com/tenant-registry:env-stage"
|
||||
image = "registry.breakpilot.com/tenant-registry:env-stage"
|
||||
port = 8080
|
||||
depends_on = ["pg-app-stage"]
|
||||
|
||||
@@ -16,4 +16,4 @@ memory = "512Mi"
|
||||
cpu = 0.25
|
||||
|
||||
[service.env]
|
||||
KEYCLOAK_ISSUER = "https://auth.yourplatform.com/realms/breakpilot-prod"
|
||||
KEYCLOAK_ISSUER = "https://auth.breakpilot.com/realms/breakpilot-prod"
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
[[service]]
|
||||
name = "customer-portal"
|
||||
image = "registry.yourplatform.com/portal:placeholder"
|
||||
image = "registry.breakpilot.com/portal:placeholder"
|
||||
port = 3000
|
||||
domain = "*.yourplatform.com"
|
||||
domain = "*.breakpilot.com"
|
||||
depends_on = ["tenant-registry"]
|
||||
|
||||
[service.placement]
|
||||
@@ -16,5 +16,5 @@ memory = "1Gi"
|
||||
cpu = 1.0
|
||||
|
||||
[service.env]
|
||||
KEYCLOAK_ISSUER = "https://auth.yourplatform.com/realms/breakpilot-prod"
|
||||
KEYCLOAK_ISSUER = "https://auth.breakpilot.com/realms/breakpilot-prod"
|
||||
TENANT_REGISTRY_URL = "http://tenant-registry:8080"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
name = "erpnext"
|
||||
image = "frappe/erpnext:v15"
|
||||
port = 8000
|
||||
domain = "erp.yourplatform.com"
|
||||
domain = "erp.breakpilot.com"
|
||||
depends_on = ["mariadb", "redis-erpnext"]
|
||||
|
||||
[service.placement]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
name = "stalwart"
|
||||
image = "stalwartlabs/mail-server:latest"
|
||||
port = 587
|
||||
domain = "mail.yourplatform.com"
|
||||
domain = "mail.breakpilot.com"
|
||||
extra_ports = ["25:25", "465:465", "587:587", "993:993"]
|
||||
|
||||
[service.placement]
|
||||
@@ -19,4 +19,4 @@ cpu = 0.5
|
||||
path = "/opt/stalwart-mail"
|
||||
|
||||
[service.env]
|
||||
STALWART__SERVER__HOSTNAME = "mail.yourplatform.com"
|
||||
STALWART__SERVER__HOSTNAME = "mail.breakpilot.com"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "tenant-registry"
|
||||
image = "registry.yourplatform.com/tenant-registry:placeholder"
|
||||
image = "registry.breakpilot.com/tenant-registry:placeholder"
|
||||
port = 8080
|
||||
|
||||
[service.placement]
|
||||
@@ -15,6 +15,6 @@ cpu = 0.5
|
||||
|
||||
[service.env]
|
||||
DATABASE_URL = "${secrets.TENANT_REGISTRY_DB_URL}"
|
||||
KEYCLOAK_ISSUER = "https://auth.yourplatform.com/realms/breakpilot-prod"
|
||||
KEYCLOAK_ISSUER = "https://auth.breakpilot.com/realms/breakpilot-prod"
|
||||
KEYCLOAK_ADMIN_USER = "${secrets.KEYCLOAK_ADMIN_USER}"
|
||||
KEYCLOAK_ADMIN_PASS = "${secrets.KEYCLOAK_ADMIN_PASS}"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "admin-compliance"
|
||||
image = "registry.yourplatform.com/admin-compliance:placeholder"
|
||||
image = "registry.breakpilot.com/admin-compliance:placeholder"
|
||||
port = 3002
|
||||
depends_on = ["backend-compliance", "ai-compliance-sdk"]
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "ai-compliance-sdk"
|
||||
image = "registry.yourplatform.com/ai-compliance-sdk:placeholder"
|
||||
image = "registry.breakpilot.com/ai-compliance-sdk:placeholder"
|
||||
port = 3001
|
||||
depends_on = ["pg-app", "qdrant", "litellm"]
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "backend-compliance"
|
||||
image = "registry.yourplatform.com/backend-compliance:placeholder"
|
||||
image = "registry.breakpilot.com/backend-compliance:placeholder"
|
||||
port = 3000
|
||||
depends_on = ["pg-app", "minio"]
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
[[service]]
|
||||
name = "certifai-dashboard"
|
||||
image = "registry.yourplatform.com/certifai:placeholder"
|
||||
image = "registry.breakpilot.com/certifai:placeholder"
|
||||
port = 3000
|
||||
depends_on = ["mongodb", "litellm"]
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user