Skip to content

Commit

Permalink
ヘルスチェックの設定を公式ドキュメントを参考に追加、クラスタデフォルトのヘルスチェックの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kuramapommel committed Nov 24, 2024
1 parent 8284ae1 commit 7b68c56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sample/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ akka {
discovery-method = kubernetes-api
}
}
health-checks {
readiness-checks {
# Default health check for cluster. Overwrite the setting to replace it with
# your implementation or set it to "" (empty string) to disable this check.
cluster-membership = "akka.management.cluster.scaladsl.ClusterMembershipCheck"
}
}
}

coordinated-shutdown.exit-jvm = on
Expand Down

0 comments on commit 7b68c56

Please sign in to comment.