@envsync-cloud/deploy-cli 0.6.12 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -968,11 +968,7 @@ ${renderEnvList({
|
|
|
968
968
|
- ${CLICKSTACK_CLICKHOUSE_CONF}:/etc/clickhouse-server/config.d/envsync-listen-host.xml:ro
|
|
969
969
|
networks: [envsync]
|
|
970
970
|
healthcheck:
|
|
971
|
-
|
|
972
|
-
interval: 30s
|
|
973
|
-
timeout: 10s
|
|
974
|
-
retries: 10
|
|
975
|
-
start_period: 180s
|
|
971
|
+
disable: true
|
|
976
972
|
|
|
977
973
|
otel-agent:
|
|
978
974
|
image: ${config.images.otel_agent}
|
|
@@ -1668,7 +1664,6 @@ async function cmdBootstrap() {
|
|
|
1668
1664
|
waitForHttpService(config, "keycloak management readiness", "http://keycloak:9000/health/ready", 180);
|
|
1669
1665
|
waitForHttpService(config, "openfga", "http://openfga:8090/stores");
|
|
1670
1666
|
waitForTcpService(config, "minikms", "minikms", 50051);
|
|
1671
|
-
waitForHttpService(config, "clickstack ui", "http://clickstack:8080", 180);
|
|
1672
1667
|
const initResult = runBootstrapInit(config);
|
|
1673
1668
|
const persistedGenerated = normalizeGeneratedState({
|
|
1674
1669
|
openfga: {
|