diff --git a/compose/auth_proxy.yml b/compose/auth_proxy.yml index 0715eecde..a6913e17b 100644 --- a/compose/auth_proxy.yml +++ b/compose/auth_proxy.yml @@ -25,7 +25,7 @@ services: limits: cpus: "0.1" memory: 32m - image: ${OAUTH2_PROXY_IMAGE:-quay.io/oauth2-proxy/oauth2-proxy:latest} + image: ${OAUTH2_PROXY_IMAGE:-quay.io/oauth2-proxy/oauth2-proxy:latest-alpine} command: - --alpha-config=/tmp/auth_proxy_alpha_config.yml volumes: @@ -43,7 +43,7 @@ services: CRYOSTAT_PROXY_PORT: ${CRYOSTAT_PROXY_PORT} restart: unless-stopped healthcheck: - test: wget -q --spider ${CRYOSTAT_PROXY_PROTOCOL}://localhost:${CRYOSTAT_PROXY_PORT}/ping || exit 1 + test: wget --no-check-certificate -q --spider ${CRYOSTAT_PROXY_PROTOCOL}://localhost:${CRYOSTAT_PROXY_PORT}/ping || exit 1 interval: 10s retries: 3 start_period: 10s