Skip to content

Commit

Permalink
Merge pull request #148 from one-acre-fund/fix/kobo-priority
Browse files Browse the repository at this point in the history
Fix/kobo priority
  • Loading branch information
bisonlou authored Nov 25, 2022
2 parents e2c09ac + b8c915a commit 5c68732
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kobotoolbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kobotoolbox
version: 0.6.17
version: 0.6.18
description: KoboToolbox field data collection solution
home: https://www.kobotoolbox.org/
icon: https://avatars.githubusercontent.com/u/5543677?s=400&v=4
Expand Down
3 changes: 2 additions & 1 deletion charts/kobotoolbox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kobotoolbox

![Version: 0.6.17](https://img.shields.io/badge/Version-0.6.17-informational?style=flat-square)
![Version: 0.6.18](https://img.shields.io/badge/Version-0.6.18-informational?style=flat-square)

KoboToolbox field data collection solution

Expand Down Expand Up @@ -90,6 +90,7 @@ $ helm install my-release one-acre-fund/kobotoolbox
| postgresql.enabled | bool | `true` | Install Postgres? |
| postgresql.kobocatDatabase | string | `"kobocat"` | DB name for the form server |
| postgresql.kpiDatabase | string | `"koboform"` | DN name for the main Kobo UI |
| priorityClass | string | `"system-cluster-critical"` | |
| probes.enabled | bool | `true` | |
| rediscache.architecture | string | `"standalone"` | |
| rediscache.enabled | bool | `true` | |
Expand Down
1 change: 1 addition & 0 deletions charts/kobotoolbox/templates/kobo-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
labels:
org.kobotoolbox.instance: {{ .Release.Name }}-kobo
spec:
priorityClassName: {{ .Values.priorityClass }}
# Define internal host names since we're doing host-based routing
hostAliases:
- ip: "127.0.0.1"
Expand Down
2 changes: 2 additions & 0 deletions charts/kobotoolbox/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
probes:
enabled: true

priorityClass: system-cluster-critical

nginx:
image:
name: nginx
Expand Down

0 comments on commit 5c68732

Please sign in to comment.