From 9840814de1b5dbc4d880dd449c89e7c75d306ef3 Mon Sep 17 00:00:00 2001 From: shodan Date: Thu, 2 Apr 2026 11:54:35 +0000 Subject: [PATCH] . --- stirling/stirling.yaml | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/stirling/stirling.yaml b/stirling/stirling.yaml index 1f7116e..a49f75b 100644 --- a/stirling/stirling.yaml +++ b/stirling/stirling.yaml @@ -122,28 +122,28 @@ spec: mountPath: /usr/share/tessdata - name: pipeline mountPath: /pipeline - startupProbe: - httpGet: - path: / - port: 8080 - periodSeconds: 5 - timeoutSeconds: 5 - failureThreshold: 30 - readinessProbe: - httpGet: - path: / - port: 8080 - periodSeconds: 20 - timeoutSeconds: 5 - failureThreshold: 10 - livenessProbe: - httpGet: - path: / - port: 8080 - initialDelaySeconds: 300 - periodSeconds: 20 - timeoutSeconds: 5 - failureThreshold: 6 + #startupProbe: + # httpGet: + # path: / + # port: 8080 + # periodSeconds: 5 + # timeoutSeconds: 5 + # failureThreshold: 30 + #readinessProbe: + # httpGet: + # path: / + # port: 8080 + # periodSeconds: 20 + # timeoutSeconds: 5 + # failureThreshold: 10 + #livenessProbe: + # httpGet: + # path: / + # port: 8080 + # initialDelaySeconds: 300 + # periodSeconds: 20 + # timeoutSeconds: 5 + # failureThreshold: 6 #resources: # requests: # cpu: "500m"