"vscode:/vscode.git/clone" did not exist on "0f01e724065db5fe6067da98d9791b8791521692"
Unverified Commit d6aa4a0b authored by Tanmay Verma's avatar Tanmay Verma Committed by GitHub
Browse files

fix: Increase the failure threshold for k8s dsr1 trtllm wideep deploy.yaml (#4557)

parent 25fd32ab
...@@ -172,7 +172,7 @@ spec: ...@@ -172,7 +172,7 @@ spec:
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 500 failureThreshold: 600
volumeMounts: volumeMounts:
- name: prefill-config-volume - name: prefill-config-volume
mountPath: /config mountPath: /config
...@@ -230,7 +230,7 @@ spec: ...@@ -230,7 +230,7 @@ spec:
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 500 failureThreshold: 600
volumeMounts: volumeMounts:
- name: decode-config-volume - name: decode-config-volume
mountPath: /config mountPath: /config
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment