|
1 | 1 | {
|
2 | 2 | "Name": "official/postfix",
|
3 |
| - "Version": "3.6.4-4", |
| 3 | + "Version": "3.6.4-5", |
4 | 4 | "DisplayName": "Postfix",
|
5 | 5 | "Description": "Postfix - Mail Transfer Agent",
|
6 | 6 | "Logo": "https://cloudogu.com/images/dogus/postfix.png",
|
|
92 | 92 | "Type": "BINARY_MEASUREMENT"
|
93 | 93 | }
|
94 | 94 | },
|
| 95 | + { |
| 96 | + "Name": "container_config/memory_request", |
| 97 | + "Description": "Requests the container's minimal memory requirement. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). This configuration is only applicable to the Multinode-EcoSystem.", |
| 98 | + "Optional": true, |
| 99 | + "Validation": { |
| 100 | + "Type": "BINARY_MEASUREMENT" |
| 101 | + }, |
| 102 | + "Default": "50m" |
| 103 | + }, |
95 | 104 | {
|
96 | 105 | "Name": "container_config/swap_limit",
|
97 | 106 | "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.",
|
98 | 107 | "Optional": true,
|
99 | 108 | "Validation": {
|
100 | 109 | "Type": "BINARY_MEASUREMENT"
|
101 | 110 | }
|
| 111 | + }, |
| 112 | + { |
| 113 | + "Name": "container_config/cpu_core_limit", |
| 114 | + "Description": "Limits the container's CPU core usage. 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. This configuration is only applicable to the Multinode-EcoSystem.", |
| 115 | + "Optional": true |
| 116 | + }, |
| 117 | + { |
| 118 | + "Name": "container_config/cpu_core_request", |
| 119 | + "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. This configuration is only applicable to the Multinode-EcoSystem.", |
| 120 | + "Optional": true, |
| 121 | + "Default": "0.05" |
| 122 | + }, |
| 123 | + { |
| 124 | + "Name": "container_config/storage_limit", |
| 125 | + "Description": "Limits the container's ephemeral storage usage. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). This configuration is only applicable to the Multinode-EcoSystem.", |
| 126 | + "Optional": true, |
| 127 | + "Validation": { |
| 128 | + "Type": "BINARY_MEASUREMENT" |
| 129 | + } |
| 130 | + }, |
| 131 | + { |
| 132 | + "Name": "container_config/storage_request", |
| 133 | + "Description": "Requests the container's minimal ephemeral storage requirement. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). This configuration is only applicable to the Multinode-EcoSystem.", |
| 134 | + "Optional": true, |
| 135 | + "Validation": { |
| 136 | + "Type": "BINARY_MEASUREMENT" |
| 137 | + } |
102 | 138 | }
|
103 | 139 | ],
|
104 | 140 | "HealthChecks": [
|
|
0 commit comments