We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f2299 commit a31bb45Copy full SHA for a31bb45
build/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.17-alpine AS builder
+FROM golang:1.19-alpine AS builder
16
17
RUN apk --no-cache add git openssh
18
fs/etc/services.d/ingress-controller/run
@@ -1,3 +1,6 @@
1
#!/usr/bin/with-contenv sh
2
3
+MEMLIMIT=$(free -m | awk '/Mem:/ {print int($2 / 3)}')
4
+export GOMEMLIMIT="${MEMLIMIT}MiB"
5
+
6
exec /haproxy-ingress-controller --with-s6-overlay ${EXTRA_OPTIONS}
0 commit comments