We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44e89c commit a946ec2Copy full SHA for a946ec2
1 file changed
cluster/statefulset.yaml
@@ -45,6 +45,16 @@ spec:
45
mountPath: /config
46
- name: satisfactory-data
47
mountPath: /config/gamefiles
48
+ livenessProbe:
49
+ exec:
50
+ command:
51
+ - "/bin/sh"
52
+ - "-c"
53
+ - "/home/steam/healthcheck.sh"
54
+ initialDelaySeconds: 300
55
+ failureThreshold: 4
56
+ successThreshold: 1
57
+ periodSeconds: 30
58
volumeClaimTemplates:
59
- metadata:
60
name: satisfactory-config
0 commit comments