-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- cache_dir = /tmp since it's the only writable place - always pull the latest image to be safe - polish resource: 250MB is not enough for the script Signed-off-by: Tomas Tomecek <[email protected]>
- Loading branch information
1 parent
73a4a56
commit 6e7e36e
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ spec: | |
cpu: "50m" | ||
limits: | ||
memory: "800Mi" | ||
cpu: "1" | ||
cpu: "500m" | ||
replicas: 1 | ||
strategy: | ||
type: Recreate | ||
|