Skip to content

Commit

Permalink
Separate schemacache role (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeNeyer authored Aug 8, 2023
1 parent c90f7d3 commit b5d6f9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/charts/polytomic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.11
version: 0.0.12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/polytomic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Polytomic helm chart for kubernetes

![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

## Installing the Chart

Expand Down
2 changes: 1 addition & 1 deletion helm/charts/polytomic/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
{{- end }}
env:
- name: ROLE
value: worker
value: worker,scheduler,schemacache
volumeMounts:
- mountPath: /etc/podinfo
name: podinfo
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/ecs/task-definitions/worker.json.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
%{ endif ~}
{
"name": "ROLE",
"value": "worker"
"value": "worker,schemacache"
}
],
"mountPoints": [
Expand Down

0 comments on commit b5d6f9c

Please sign in to comment.