Stavros kois преди 2 години
родител
ревизия
46d7b9cab1
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      library/ix-dev/community/dashy/templates/_dashy.tpl

+ 3 - 3
library/ix-dev/community/dashy/templates/_dashy.tpl

@@ -35,19 +35,19 @@ workload:
               enabled: true
               type: exec
               command:
-                - node
+                - NODE_OPTIONS=--dns-result-order=ipv4first node
                 - /app/services/healthcheck
             readiness:
               enabled: true
               type: exec
               command:
-                - node
+                - NODE_OPTIONS=--dns-result-order=ipv4first node
                 - /app/services/healthcheck
             startup:
               enabled: true
               type: exec
               command:
-                - node
+                - NODE_OPTIONS=--dns-result-order=ipv4first node
                 - /app/services/healthcheck
       initContainers:
         init-config: