Skip to content

Commit

Permalink
Merge pull request #9 from RicochetStudios/kiweezi/fix-probes
Browse files Browse the repository at this point in the history
Fix minecraft_java probes
  • Loading branch information
kiweezi authored Jan 12, 2024
2 parents e2be81c + 5c823eb commit 7ccb073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions schema/minecraft_java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ probes:
periodSeconds: 5
failureThreshold: 20
successThreshold: 3
timeoutSeconds: 1
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 5
failureThreshold: 20
successThreshold: 3
timeoutSeconds: 1
failureThreshold: 20
3 changes: 0 additions & 3 deletions schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,11 @@ var exampleSchema Schema = Schema{
PeriodSeconds: 5,
FailureThreshold: 20,
SuccessThreshold: 3,
TimeoutSeconds: 1,
},
LivenessProbe: Probe{
InitialDelaySeconds: 30,
PeriodSeconds: 5,
FailureThreshold: 20,
SuccessThreshold: 3,
TimeoutSeconds: 1,
},
},
}
Expand Down

0 comments on commit 7ccb073

Please sign in to comment.