Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
health check uri in config service
  • Loading branch information
MJun111 committed Jan 18, 2024
1 parent 790cb72 commit 9625100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ spec:
- containerPort: 8888
readinessProbe:
httpGet:
path: /actuator/health
path: /actuator
port: 8888
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 2
livenessProbe:
httpGet:
path: /actuator/health
path: /actuator
port: 8888
initialDelaySeconds: 30
periodSeconds: 30
Expand Down

0 comments on commit 9625100

Please sign in to comment.