Skip to content

Commit a6f5f1e

Browse files
committed
feat(mpc-operator-check): enable kms-health-check for kms-core
1 parent 23a4296 commit a6f5f1e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/mpc-operator-check/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: mpc-operator-check
33
description: A Helm chart to execute the MPC-Operator check Job
44
type: application
5-
version: 1.3.2
5+
version: 1.3.3

charts/mpc-operator-check/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ postgres:
7676
echo "View Table _sqlx_migrations of RDS Database: DATABASE_ENDPOINT"
7777
psql "$DATABASE_URL" -c "SELECT version, description, installed_on, success, execution_time FROM _sqlx_migrations ORDER BY version;"
7878
kmsCoreClient:
79-
enabled: false
79+
enabled: true
8080
image:
8181
repository: hub.zama.org/zama-protocol/zama-ai/kms/core-client
8282
tag: v0.12.4
@@ -91,8 +91,8 @@ kmsCoreClient:
9191
cat enclave.json
9292
echo "=================================================="
9393
echo "KMS-Core health check"
94-
kms-health-check config --file kms-server.toml
95-
#kms-health-check full --endpoint kms-core:50100 --config kms-server.toml
94+
#kms-health-check config --file kms-server.toml
95+
kms-health-check live --endpoint kms-core:50100 --config kms-server.toml
9696
netcat:
9797
enabled: true
9898
image:

0 commit comments

Comments
 (0)