Commit 3800c8b1 authored by Geoff Simmons's avatar Geoff Simmons

Update dataplaneapi to v2.8.4.

parent 25888c4a
......@@ -4,7 +4,7 @@ ARG debian_tag=11.2-slim
# Build k8s-crt-dnldr in the builder stage
FROM golang:${go_version} as builder
ARG dataplane_version=v2.3.1
ARG dataplane_version=v2.8.4
ARG reloader_version=1.0.0
RUN apt-get update -q && \
......
......@@ -26,7 +26,7 @@ userlist controller
user dataplaneapi insecure-password %%SECRET_DATAPLANEAPI%%
program api
command /usr/bin/dataplaneapi --host=0.0.0.0 --port=5555 --haproxy-bin /usr/sbin/haproxy --reload-cmd "/bin/kill -SIGUSR2 1" -i --log-to=stdout --log-level=info -f=/run/haproxy/dataplaneapi.hcl -c /run/haproxy/haproxy.cfg -p /run/haproxy/maps --ssl-certs-dir=/etc/ssl/private --spoe-dir=/run/haproxy/spoe
command /usr/bin/dataplaneapi --host=0.0.0.0 --port=5555 --haproxy-bin /usr/sbin/haproxy --reload-cmd "/bin/kill -SIGUSR2 1" --restart-cmd "/bin/kill -SIGUSR2 1" -i --log-to=stdout --log-level=info -f=/run/haproxy/dataplaneapi.hcl -c /run/haproxy/haproxy.cfg -p /run/haproxy/maps --ssl-certs-dir=/etc/ssl/private --spoe-dir=/run/haproxy/spoe --general-storage-dir=/run/haproxy/general
no option start-on-reload
program crt-dnldr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment