diff --git a/docker/modules/user/deploy/deploy.yaml b/docker/modules/user/deploy/deploy.yaml index 3220cf5..4ce1a95 100644 --- a/docker/modules/user/deploy/deploy.yaml +++ b/docker/modules/user/deploy/deploy.yaml @@ -29,9 +29,9 @@ spec: httpGet: path: /actuator/health port: 8080 - timeoutSeconds: 10 - failureThreshold: 30 - periodSeconds: 5 + timeoutSeconds: 30 + failureThreshold: 120 + periodSeconds: 10 imagePullPolicy: Always name: app ports: @@ -45,7 +45,7 @@ spec: terminationMessagePolicy: File dnsPolicy: ClusterFirst restartPolicy: Always - terminationGracePeriodSeconds: 30 + terminationGracePeriodSeconds: 120 --- apiVersion: v1 kind: Service diff --git a/docker/modules/websocket/deploy/deploy.yaml b/docker/modules/websocket/deploy/deploy.yaml index 8b63314..06b7f16 100644 --- a/docker/modules/websocket/deploy/deploy.yaml +++ b/docker/modules/websocket/deploy/deploy.yaml @@ -29,9 +29,9 @@ spec: httpGet: path: /actuator/health port: 8080 - timeoutSeconds: 10 - failureThreshold: 30 - periodSeconds: 5 + timeoutSeconds: 30 + failureThreshold: 120 + periodSeconds: 15 imagePullPolicy: Always name: app ports: @@ -45,7 +45,7 @@ spec: terminationMessagePolicy: File dnsPolicy: ClusterFirst restartPolicy: Always - terminationGracePeriodSeconds: 30 + terminationGracePeriodSeconds: 120 --- apiVersion: v1 kind: Service