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 19cb8e9 commit e222c12Copy full SHA for e222c12
chart/kepler/Chart.yaml
@@ -22,5 +22,5 @@ annotations:
22
url: https://keybase.io/bradmccoydev/pgp_keys.asc
23
24
type: application
25
-version: 0.5.14
+version: 0.5.15
26
appVersion: release-0.8.0
chart/kepler/templates/daemonset.yaml
@@ -74,6 +74,18 @@ spec:
74
periodSeconds: 60
75
successThreshold: 1
76
timeoutSeconds: 10
77
+ readinessProbe:
78
+ httpGet:
79
+ path: /healthz
80
+ port: http
81
+ scheme: HTTP
82
+ initialDelaySeconds: 10
83
+ startupProbe:
84
85
86
87
88
+ initialDelaySeconds: 1
89
volumeMounts:
90
- name: lib-modules
91
mountPath: /lib/modules
0 commit comments