From ca164b7128b9317c9271fd300a3f39d1a46852ae Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 15 Dec 2022 09:05:47 +0000
Subject: [PATCH] Fix egress policy for admin-dashboard

A policy of "none" prevents the service from answering HTTP requests,
of course...
---
 services.common.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services.common.yml b/services.common.yml
index 9ad4f3af..884ad8ef 100644
--- a/services.common.yml
+++ b/services.common.yml
@@ -345,7 +345,7 @@ admin-dashboard:
       port: 5417
       env:
         ADDR: ":5417"
-      egress_policy: none
+      egress_policy: internal
   public_endpoints:
     - name: admin
       port: 5417
-- 
GitLab