Add timeout to readiness check
[oom.git] / kubernetes / common / music / charts / music-cassandra-job / templates / job.yaml
index 6ec282e..88f0c74 100644 (file)
@@ -39,6 +39,8 @@ spec:
         command:
         - /root/ready.py
         args:
+        - --timeout
+        - "{{ .Values.global.readinessTimeout }}"
         - --container-name
         - music-cassandra
         env: