We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ce681 + 40b0d16 commit 09219beCopy full SHA for 09219be
assets/state-dcgm-exporter/0800_daemonset.yaml
@@ -52,6 +52,17 @@ spec:
52
ports:
53
- name: "metrics"
54
containerPort: 9400
55
+ livenessProbe:
56
+ httpGet:
57
+ port: 9400
58
+ path: /health
59
+ initialDelaySeconds: 45
60
+ periodSeconds: 5
61
+ readinessProbe:
62
63
64
65
66
volumeMounts:
67
- name: "pod-gpu-resources"
68
readOnly: true
assets/state-dcgm/0400_dcgm.yml
@@ -43,6 +43,14 @@ spec:
43
44
- name: "dcgm"
45
containerPort: 5555
46
47
+ tcpSocket:
48
+ port: 5555
49
+ initialDelaySeconds: 15
50
51
volumes:
- name: run-nvidia
hostPath:
0 commit comments