Skip to content

Commit

Permalink
[type:feat] support e2e contain in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Sep 19, 2023
1 parent ce7bffd commit 993266e
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
ports:
- containerPort: 9095
livenessProbe:
initialDelaySeconds: 10
initialDelaySeconds: 30
periodSeconds: 5
timeoutSeconds: 5
successThreshold: 1
Expand All @@ -51,16 +51,14 @@ spec:
port: 9095
path: /actuator/health
readinessProbe:
initialDelaySeconds: 10
initialDelaySeconds: 30
periodSeconds: 5
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
tcpSocket:
httpGet:
port: 9095
# httpGet:
# port: 9095
# path: /actuator/health
path: /actuator/health
imagePullPolicy: IfNotPresent
restartPolicy: Always

Expand Down Expand Up @@ -97,16 +95,16 @@ spec:
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 10
periodSeconds: 5
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
httpGet:
port: 9195
path: /actuator/health
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
initialDelaySeconds: 30
periodSeconds: 5
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
Expand Down

0 comments on commit 993266e

Please sign in to comment.