Skip to content

Commit

Permalink
feaat: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
darliiin committed Sep 9, 2024
1 parent 9bee565 commit 561ec70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-09-09

[prod]

- [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/132)
- update path for `readinessProbe` and `customLivenessProbe`

## 2024-09-02

[prod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ spec:
customLivenessProbe:
httpGet:
path: /wp-admin/install.php
path: /wp-includes/js/jquery/jquery.min.js
port: 8080
scheme: HTTP
periodSeconds: 120
readinessProbe:
enabled: true
httpGet:
path: /wp-admin/install.php
path: /wp-includes/js/jquery/jquery.min.js
port: 8080
scheme: HTTP
periodSeconds: 120
Expand Down

0 comments on commit 561ec70

Please sign in to comment.