Skip to content

Commit b5d6f9c

Browse files
author
Jake Neyer
authored
Separate schemacache role (#98)
1 parent c90f7d3 commit b5d6f9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

helm/charts/polytomic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.11
18+
version: 0.0.12
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm/charts/polytomic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Polytomic helm chart for kubernetes
44

5-
![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)
5+
![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)
66

77
## Installing the Chart
88

helm/charts/polytomic/templates/worker-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
{{- end }}
4444
env:
4545
- name: ROLE
46-
value: worker
46+
value: worker,scheduler,schemacache
4747
volumeMounts:
4848
- mountPath: /etc/podinfo
4949
name: podinfo

terraform/modules/ecs/task-definitions/worker.json.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
%{ endif ~}
5454
{
5555
"name": "ROLE",
56-
"value": "worker"
56+
"value": "worker,schemacache"
5757
}
5858
],
5959
"mountPoints": [

0 commit comments

Comments
 (0)