Skip to content

Commit aa11f43

Browse files
committed
try host networking for zenith
1 parent c55bcc5 commit aa11f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/zenith_proxy/templates/pod.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Type=simple
99
Restart=always
1010
User={{ zenith_proxy_podman_user }}
1111
Group={{ zenith_proxy_podman_user }}
12-
ExecStartPre=/usr/bin/podman pod create --replace --name {{ zenith_proxy_pod_name }}
12+
ExecStartPre=/usr/bin/podman pod create --replace --name {{ zenith_proxy_pod_name }} --network=host
1313
ExecStartPre=/usr/bin/podman pod start {{ zenith_proxy_pod_name }}
1414
ExecStart=/usr/bin/podman-pod-infra-attach.sh {{ zenith_proxy_pod_name }}
1515
ExecStop=/usr/bin/podman pod stop --ignore -t 10 {{ zenith_proxy_pod_name }}

0 commit comments

Comments
 (0)