Skip to content

Commit 57558e8

Browse files
committed
chore: update helm
1 parent 227c361 commit 57558e8

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

charts/feedback-fusion/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ To install the chart use the following commands:
1111
```sh
1212
helm repo add feedback-fusion https://onelitefeathernet.github.io/feedback-fusion/
1313
helm repo update
14+
helm install feedback-fusion feedback-fusion/feedback-fusion
1415
```
1516

1617
## Values
@@ -38,7 +39,7 @@ helm repo update
3839
| podAnnotations | object | `{}` | |
3940
| podLabels | object | `{}` | |
4041
| podSecurityContext | object | `{}` | |
41-
| replicaCount | int | `1` | |
42+
| replicaCount | int | `1` | If you want to use high availability make sure to configure skytable distributed caching as otherwise the replicas won't know a different instance modified the dataset. See https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/caching.html#caching |
4243
| resources | object | `{}` | |
4344
| securityContext | object | `{}` | |
4445
| service.type | string | `"ClusterIP"` | |

charts/feedback-fusion/README.md.gotmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ To install the chart use the following commands:
1010
```sh
1111
helm repo add feedback-fusion https://onelitefeathernet.github.io/feedback-fusion/
1212
helm repo update
13+
helm install feedback-fusion feedback-fusion/feedback-fusion
1314
```
1415

1516
{{ template "chart.requirementsSection" . }}

charts/feedback-fusion/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
replicaCount: 1
2-
31
image:
42
repository: ghcr.io/onelitefeathernet/feedback-fusion
53
testRepository: ghcr.io/onelitefeathernet/feedback-fusion-integration
@@ -92,6 +90,11 @@ tolerations: []
9290

9391
affinity: {}
9492

93+
# -- If you want to use high availability make sure to configure skytable distributed caching as
94+
# otherwise the replicas won't know a different instance modified the dataset.
95+
# See https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/caching.html#caching
96+
replicaCount: 1
97+
9598
# - Feedback-Fusion specific settings
9699
feedbackFusion:
97100
# -- see https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/observability/logging.html

docs/docs/deployment/helm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ To install the chart use the following commands:
1111
```sh
1212
helm repo add feedback-fusion https://onelitefeathernet.github.io/feedback-fusion/
1313
helm repo update
14+
helm install feedback-fusion feedback-fusion/feedback-fusion
1415
```
1516

1617
## Values
@@ -38,7 +39,7 @@ helm repo update
3839
| podAnnotations | object | `{}` | |
3940
| podLabels | object | `{}` | |
4041
| podSecurityContext | object | `{}` | |
41-
| replicaCount | int | `1` | |
42+
| replicaCount | int | `1` | If you want to use high availability make sure to configure skytable distributed caching as otherwise the replicas won't know a different instance modified the dataset. See https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/caching.html#caching |
4243
| resources | object | `{}` | |
4344
| securityContext | object | `{}` | |
4445
| service.type | string | `"ClusterIP"` | |

0 commit comments

Comments
 (0)