Skip to content

Commit

Permalink
fix: typo error in kubernetes configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Sep 23, 2024
1 parent b059461 commit e049fcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ private ExecutorDatabaseStatefulTemplate() {
"requests": {
"cpu": "10m",
"memory": "16Mi",
"ephemeral-storage": "{ephemeral}",
"ephemeral-storage": "{ephemeral}"
},
"limits": {
"cpu": "{cpu}",
"memory": "{ram}",
"ephemeral-storage": "{ephemeral}",
"ephemeral-storage": "{ephemeral}"
}
},
"securityContext": {
Expand Down

0 comments on commit e049fcc

Please sign in to comment.