Add PCP architecture docs and TGU ops updates

Capture current PCP architecture notes, service-map prototypes, TGU operations UI/map work, local configuration updates, database helper scripts, and request/sample JSON artifacts.
This commit is contained in:
Дмитрий Соловьев
2026-05-30 14:18:19 +03:00
parent 9fca4d4051
commit c3a1a8b4a1
86 changed files with 10426 additions and 74 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
# TODO before merge request: вернуть старые адреса окружения.
# pcp.infra.postgres.host: 192.168.60.201
# pcp.infra.postgres.host: 192.168.1.8
pcp:
infra:
postgres:
host: 192.168.60.201
host: 192.168.1.8
port: 35400
kafka:
host: 192.168.60.201
host: 192.168.1.8
port: 19092
network:
host: 192.168.60.201
host: 192.168.1.8
ports:
config: 8888
+1 -1
View File
@@ -56,7 +56,7 @@ spring:
camunda:
client:
enabled: ${CAMUNDA_CLIENT_ENABLED:false}
grpc-address: http://192.168.60.201:26500
grpc-address: http://192.168.1.8:26500
auth:
method: none
prefer-rest-over-grpc: false
+3 -3
View File
@@ -3,16 +3,16 @@
pcp:
infra:
postgres:
host: ${PCP_POSTGRES_HOST:192.168.60.201}
host: ${PCP_POSTGRES_HOST:192.168.1.8}
port: ${PCP_POSTGRES_PORT:5432}
kafka:
host: ${PCP_KAFKA_HOST:192.168.60.201}
host: ${PCP_KAFKA_HOST:192.168.1.8}
port: ${PCP_KAFKA_PORT:29092}
network:
host: ${PCP_NETWORK_HOST:192.168.60.201}
host: ${PCP_NETWORK_HOST:192.168.1.8}
ports:
config: 8888
+2 -2
View File
@@ -75,7 +75,7 @@ spring:
camunda:
client:
mode: self-managed
grpc-address: http://192.168.60.201:26500
grpc-address: http://192.168.1.8:26500
auth:
method: none
prefer-rest-over-grpc: false
@@ -136,7 +136,7 @@ spring:
camunda:
client:
mode: self-managed
grpc-address: http://192.168.60.201:26500
grpc-address: http://192.168.1.8:26500
auth:
method: none
prefer-rest-over-grpc: false
+1 -1
View File
@@ -14,7 +14,7 @@ spring:
camunda:
client:
mode: self-managed
grpc-address: http://192.168.60.201:26500
grpc-address: http://192.168.1.8:26500
auth:
method: none
prefer-rest-over-grpc: false