Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Feb 21, 2024
1 parent fcbcbe1 commit 74d4476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extopy-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kotlin {
val ktorVersion = "2.3.7"
val koinVersion = "3.5.0"
val logbackVersion = "0.9.30"
val ktorxVersion = "2.2.1"
val ktorxVersion = "2.2.2"

sourceSets {
val commonMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion extopy-commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kotlin {

applyDefaultHierarchyTemplate()

val ktorxVersion = "2.2.1"
val ktorxVersion = "2.2.2"
val usecasesVersion = "1.5.6"

sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions helm/extopy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ resources: { }
# memory: 128Mi

livenessProbe:
initialDelaySeconds: 5
initialDelaySeconds: 30
periodSeconds: 30
failureThreshold: 10
httpGet:
path: /healthz
port: http
readinessProbe:
initialDelaySeconds: 5
initialDelaySeconds: 30
periodSeconds: 30
failureThreshold: 2
httpGet:
Expand Down

0 comments on commit 74d4476

Please sign in to comment.