Skip to content

Commit 50101e4

Browse files
Sgu74cesmarvin
authored andcommitted
Merge branch 'release/v14.17-2'
2 parents 1094449 + 8aaea38 commit 50101e4

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v14.17-2] - 2025-04-24
11+
12+
### Changed
13+
- [#50] Set sensible resource requests and limits
14+
1015
## [v14.17-1] - 2025-03-04
1116
### Changed
1217
- [#44] Execute necessary migration for all databases in post-upgrade script

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x -o errexit \
1818
FROM registry.cloudogu.com/official/base:3.21.0-1
1919

2020
LABEL NAME="official/postgresql" \
21-
VERSION="14.17-1" \
21+
VERSION="14.17-2" \
2222
maintainer="[email protected]"
2323

2424
ENV LANG=en_US.utf8 \

dogu.json

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/postgresql",
3-
"Version": "14.17-1",
3+
"Version": "14.17-2",
44
"DisplayName": "PostgreSQL",
55
"Description": "PostgreSQL Database.",
66
"Url": "https://www.postgresql.org/",
@@ -71,23 +71,8 @@
7171
"Optional": true,
7272
"Validation": {
7373
"Type": "BINARY_MEASUREMENT"
74-
}
75-
},
76-
{
77-
"Name": "container_config/swap_limit",
78-
"Description": "Limits the container's swap memory usage. Use zero or a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). 0 will disable swapping.",
79-
"Optional": true,
80-
"Validation": {
81-
"Type": "BINARY_MEASUREMENT"
82-
}
83-
},
84-
{
85-
"Name": "container_config/memory_limit",
86-
"Description": "Limits the container's memory usage. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte).",
87-
"Optional": true,
88-
"Validation": {
89-
"Type": "BINARY_MEASUREMENT"
90-
}
74+
},
75+
"Default": "238m"
9176
},
9277
{
9378
"Name": "container_config/memory_request",
@@ -96,7 +81,7 @@
9681
"Validation": {
9782
"Type": "BINARY_MEASUREMENT"
9883
},
99-
"Default": "50m"
84+
"Default": "238m"
10085
},
10186
{
10287
"Name": "container_config/swap_limit",
@@ -115,7 +100,7 @@
115100
"Name": "container_config/cpu_core_request",
116101
"Description": "Requests the container's minimal CPU core requirement. Use a positive floating value describing a fraction of 1 CPU core. When you define a value of '0.5', you are requesting half as much CPU time compared to if you asked for '1.0' CPU.",
117102
"Optional": true,
118-
"Default": "0.50"
103+
"Default": "0.05"
119104
},
120105
{
121106
"Name": "container_config/storage_limit",

0 commit comments

Comments
 (0)