Skip to content
Snippets Groups Projects
Commit 84c61bda authored by Felix Kunde's avatar Felix Kunde
Browse files

arm-compatible pooler image

parent 23f4fdb3
Branches
No related tags found
No related merge requests found
......@@ -649,7 +649,7 @@ spec:
default: "pooler"
connection_pooler_image:
type: string
default: "registry.opensource.zalan.do/acid/pgbouncer:master-32"
default: "container-registry.zalando.net/acid/pgbouncer:master-33"
connection_pooler_max_db_connections:
type: integer
default: 60
......
......@@ -426,7 +426,7 @@ configConnectionPooler:
# db user for pooler to use
connection_pooler_user: "pooler"
# docker image
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-32"
connection_pooler_image: "container-registry.zalando.net/acid/pgbouncer:master-33"
# max db connections the pooler should hold
connection_pooler_max_db_connections: 60
# default pooling mode
......
FROM registry.opensource.zalan.do/library/alpine-3.15:latest
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3:latest
ARG VERSION=latest
FROM ubuntu:20.04 as builder
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
# We need root certificates to deal with teams api over https
......
......@@ -17,7 +17,7 @@ data:
connection_pooler_default_cpu_request: "500m"
connection_pooler_default_memory_limit: 100Mi
connection_pooler_default_memory_request: 100Mi
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-32"
connection_pooler_image: "container-registry.zalando.net/acid/pgbouncer:master-33"
# connection_pooler_max_db_connections: 60
# connection_pooler_mode: "transaction"
# connection_pooler_number_of_instances: 2
......
......@@ -23,7 +23,7 @@ spec:
serviceAccountName: postgres-operator
containers:
- name: postgres-operator
image: registry.opensource.zalan.do/acid/pgbouncer:master-32
image: container-registry.zalando.net/acid/pgbouncer:master-33
imagePullPolicy: IfNotPresent
resources:
requests:
......
......@@ -647,7 +647,7 @@ spec:
default: "pooler"
connection_pooler_image:
type: string
default: "registry.opensource.zalan.do/acid/pgbouncer:master-32"
default: "container-registry.zalando.net/acid/pgbouncer:master-33"
connection_pooler_max_db_connections:
type: integer
default: 60
......
......@@ -208,7 +208,7 @@ configuration:
connection_pooler_default_cpu_request: "500m"
connection_pooler_default_memory_limit: 100Mi
connection_pooler_default_memory_request: 100Mi
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-32"
connection_pooler_image: "container-registry.zalando.net/acid/pgbouncer:master-33"
# connection_pooler_max_db_connections: 60
connection_pooler_mode: "transaction"
connection_pooler_number_of_instances: 2
......
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3.15:latest
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3:latest
ARG NODE_IMAGE=node:14.21.2-alpine
FROM $NODE_IMAGE AS build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment