From 0946bfb932f8f372c232f8a56ff7bb9e053ac4e1 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 20 Sep 2025 23:07:53 -0400 Subject: [PATCH] use host network --- deploy/prod-pod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prod-pod.yml b/deploy/prod-pod.yml index 0cd383f..05e628c 100644 --- a/deploy/prod-pod.yml +++ b/deploy/prod-pod.yml @@ -8,7 +8,7 @@ metadata: io.containers.no-new-privileges: "true" spec: hostname: sharenet-production-pod - subdomain: sharenet-production-service + hostNetwork: true containers: - name: postgres