bugfix: MAX_POD_LIFETIME is in hours
This commit is contained in:
parent
64160d24c2
commit
0c401a84c8
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ import java.time.Duration
|
||||||
|
|
||||||
class PodConstants {
|
class PodConstants {
|
||||||
companion object {
|
companion object {
|
||||||
val MAX_POD_LIFETIME = Duration.ofMinutes(80)
|
val MAX_POD_LIFETIME = Duration.ofHours(80)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue