diff --git a/gp2504/patch/api-deployment_patch.yaml b/gp2504/patch/api-deployment_patch.yaml index 99d26a5..4d5f566 100644 --- a/gp2504/patch/api-deployment_patch.yaml +++ b/gp2504/patch/api-deployment_patch.yaml @@ -21,13 +21,13 @@ spec: - name: TZ value: "Asia/Shanghai" livenessProbe: - httpGet: - path: /api/service.do - port: 80 - initialDelaySeconds: 60 - periodSeconds: 10 - timeoutSeconds: 3 - failureThreshold: 3 + httpGet: + path: /api/service.do + port: 80 + initialDelaySeconds: 60 + periodSeconds: 10 + timeoutSeconds: 3 + failureThreshold: 3 # resources: # requests: # cpu: "0.5"