diff --git a/schema/minecraft_java.yaml b/schema/minecraft_java.yaml index 2285cea..7f7ac7d 100644 --- a/schema/minecraft_java.yaml +++ b/schema/minecraft_java.yaml @@ -56,10 +56,7 @@ probes: periodSeconds: 5 failureThreshold: 20 successThreshold: 3 - timeoutSeconds: 1 livenessProbe: initialDelaySeconds: 30 periodSeconds: 5 - failureThreshold: 20 - successThreshold: 3 - timeoutSeconds: 1 \ No newline at end of file + failureThreshold: 20 \ No newline at end of file diff --git a/schema_test.go b/schema_test.go index 8dcf885..1430944 100644 --- a/schema_test.go +++ b/schema_test.go @@ -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, }, }, }