Skip to content

Commit

Permalink
depl.yml μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeji committed Oct 29, 2024
1 parent 4d7ddee commit ac7870f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/live/k8s/live-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
path: /live-service/live/healthcheck
port: 8080
# μ»¨ν…Œμ΄λ„ˆ μ‹œμž‘ ν›„ 지연 μ‹œκ°„ μ„€μ •
initialDelaySeconds: 10
initialDelaySeconds: 20
# 확인 반볡 μ£ΌκΈ°
periodSeconds: 10
# μš”μ²­ νƒ€μž„μ•„μ›ƒ μ„€μ •
Expand Down
2 changes: 1 addition & 1 deletion backend/member/k8s/member-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spec:
path: /member-service/member/healthcheck
port: 8080
# μ»¨ν…Œμ΄λ„ˆ μ‹œμž‘ ν›„ 지연 μ‹œκ°„ μ„€μ •
initialDelaySeconds: 10
initialDelaySeconds: 20
# 확인 반볡 μ£ΌκΈ°
periodSeconds: 10
# μš”μ²­ νƒ€μž„μ•„μ›ƒ μ„€μ •
Expand Down
2 changes: 1 addition & 1 deletion backend/order/k8s/order-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
path: /order-service/order/healthcheck
port: 8080
# μ»¨ν…Œμ΄λ„ˆ μ‹œμž‘ ν›„ 지연 μ‹œκ°„ μ„€μ •
initialDelaySeconds: 10
initialDelaySeconds: 20
# 확인 반볡 μ£ΌκΈ°
periodSeconds: 10
# μš”μ²­ νƒ€μž„μ•„μ›ƒ μ„€μ •
Expand Down
2 changes: 1 addition & 1 deletion backend/product/k8s/product-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
path: /product-service/product/healthcheck
port: 8080
# μ»¨ν…Œμ΄λ„ˆ μ‹œμž‘ ν›„ 지연 μ‹œκ°„ μ„€μ •
initialDelaySeconds: 10
initialDelaySeconds: 20
# 확인 반볡 μ£ΌκΈ°
periodSeconds: 10
# μš”μ²­ νƒ€μž„μ•„μ›ƒ μ„€μ •
Expand Down

0 comments on commit ac7870f

Please sign in to comment.