Skip to content

Commit

Permalink
add probe time
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

add probe time

**Root cause and solution**

(Describe the cause of the bug and corresponding solution)

**Impactions**

**Test method**

**Affected branch(es)**

* main

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
宋 建昌 committed Aug 17, 2022
1 parent b523533 commit f6c05bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow-agent
engine: gotpl
type: application
version: 0.1.014
version: 0.1.015
appVersion: "6.1.1"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow
engine: gotpl
type: application
version: 0.1.014
version: 0.1.015
appVersion: "6.1.1"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ server:
httpGet:
path: /v1/health/
port: server
failureThreshold: 3
failureThreshold: 10
initialDelaySeconds: 15
periodSeconds: 10
successThreshold: 1
livenessProbe:
failureThreshold: 3
failureThreshold: 6
initialDelaySeconds: 15
periodSeconds: 20
successThreshold: 1
Expand Down

0 comments on commit f6c05bf

Please sign in to comment.