Stavros kois 1 年之前
父节点
当前提交
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: