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: