We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d750b79 commit b9ce02dCopy full SHA for b9ce02d
k8s/deployment.yaml
@@ -56,6 +56,7 @@ spec:
56
mountPath: /artifacts
57
- name: html-output-volume
58
mountPath: /html_output
59
+ command: ["0x", "--kernel-tracing", "--output-dir", "/artifacts/{pid}.0x", "--output-html", "/html_output/{name}.html", "--", "node", "server.js"]
60
terminationGracePeriodSeconds: 30
61
volumes:
62
- name: artifacts-volume
0 commit comments