Skip to content

Commit

Permalink
Merge pull request #6 from paradeum-team/jyliu
Browse files Browse the repository at this point in the history
fix: values.yaml add clusterMonitorPingInterval
  • Loading branch information
ss75710541 authored Aug 16, 2022
2 parents 8e527fa + 7e54104 commit 52ce776
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ipfs-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: 1.0.2
description: IPFS Cluster chart
name: ipfs-cluster
version: 0.0.13
version: 0.0.14
home: https://ipfscluster.io/
keywords:
- ipfs
Expand Down
1 change: 1 addition & 0 deletions charts/ipfs-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ helm install my-ipfs-cluster paradeum-team/ipfs-cluster --version 0.0.13
| bootstrapPeerId | string | `"12D3KooWNYut1XL31b4KUnCZmC8Mu7WqGn6QdwnptGpS5tnhSttR"` | |
| bootstrapPeerPrivateKey | string | `"CAESQKyMCUbsfSRq8NBOFQOxv9uvgXm1zvSHyThj3AQV6UBHvTJ+TbTrk1Z6639aE6FOSMGbAG+besQOtk5SPsP2Gxo="` | |
| clusterCRDTtrustedPeers | string | `"12D3KooWNYut1XL31b4KUnCZmC8Mu7WqGn6QdwnptGpS5tnhSttR,12D3KooWNYut1XL31b4KUnCZmC8Mu7WqGn6QdwnptGpS5tnhSttR"` | |
| clusterMonitorPingInterval | string | `"2s"` | |
| clusterRestApiBasicAuth | string | `"pld:password"` | |
| clusterRestApiId | string | `"12D3KooWMfXzp2nmNrb7DM4PETYZbaKALnrnwiqnhvrUC66KyYrb"` | |
| clusterRestApiPrivateKey | string | `"CAESQEmvGJbMboEibpcWCTKOtDYU2eEyyHLN9gDdJli6Z2tksAkhFWNx0Fk3vOlwLIitE2rfGtIj61Ovla/mHC42Plg="` | |
Expand Down
6 changes: 4 additions & 2 deletions charts/ipfs-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ clusterRestApiPrivateKey: "CAESQEmvGJbMboEibpcWCTKOtDYU2eEyyHLN9gDdJli6Z2tksAkhF
clusterRestApiBasicAuth: "pld:password"

clusterCRDTtrustedPeers: "12D3KooWNYut1XL31b4KUnCZmC8Mu7WqGn6QdwnptGpS5tnhSttR,12D3KooWNYut1XL31b4KUnCZmC8Mu7WqGn6QdwnptGpS5tnhSttR"

##################
clusterMonitorPingInterval: 2s

replicaCount: 1

Expand All @@ -46,8 +48,8 @@ persistence:

monitor:
enabled: false
app: kube-prometheus-stack
release: prometheus-community
app: kube-prometheus-stack # prometheus operator app
release: prometheus-community # prometheus operator release
alert:
pinsPinErrorThreshold: 10
pinsPinQueuedThreshold: 10
Expand Down

0 comments on commit 52ce776

Please sign in to comment.