Stavros kois 1 year ago
parent
commit
46d7b9cab1
1 changed files with 3 additions and 3 deletions
  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
               enabled: true
               type: exec
               type: exec
               command:
               command:
-                - node
+                - NODE_OPTIONS=--dns-result-order=ipv4first node
                 - /app/services/healthcheck
                 - /app/services/healthcheck
             readiness:
             readiness:
               enabled: true
               enabled: true
               type: exec
               type: exec
               command:
               command:
-                - node
+                - NODE_OPTIONS=--dns-result-order=ipv4first node
                 - /app/services/healthcheck
                 - /app/services/healthcheck
             startup:
             startup:
               enabled: true
               enabled: true
               type: exec
               type: exec
               command:
               command:
-                - node
+                - NODE_OPTIONS=--dns-result-order=ipv4first node
                 - /app/services/healthcheck
                 - /app/services/healthcheck
       initContainers:
       initContainers:
         init-config:
         init-config: