Skip to content
Snippets Groups Projects
Commit 68970a64 authored by Julien Leduc's avatar Julien Leduc
Browse files

Adding systemd-resolved to frontend as well

parent 9f01873d
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,10 @@ if [ "-${CI_CONTEXT}-" == '-nosystemd-' ]; then
/opt/run/bin/ctafrontend_bt.sh
sleep infinity
else
# Add a DNS cache on the client as kubernetes DNS complains about `Nameserver limits were exceeded`
yum install -y systemd-resolved
systemctl start systemd-resolved
# systemd is available
echo "Launching frontend with systemd:"
systemctl start cta-frontend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment