From b5d6f9c53ab7bf4b19eca8634c54b3aaf7a95852 Mon Sep 17 00:00:00 2001 From: Jake Neyer Date: Tue, 8 Aug 2023 09:57:12 -0400 Subject: [PATCH] Separate `schemacache` role (#98) --- helm/charts/polytomic/Chart.yaml | 2 +- helm/charts/polytomic/README.md | 2 +- helm/charts/polytomic/templates/worker-deployment.yaml | 2 +- terraform/modules/ecs/task-definitions/worker.json.tftpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/charts/polytomic/Chart.yaml b/helm/charts/polytomic/Chart.yaml index 84bece4..61cfe81 100644 --- a/helm/charts/polytomic/Chart.yaml +++ b/helm/charts/polytomic/Chart.yaml @@ -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 diff --git a/helm/charts/polytomic/README.md b/helm/charts/polytomic/README.md index bedf94e..845c35d 100644 --- a/helm/charts/polytomic/README.md +++ b/helm/charts/polytomic/README.md @@ -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 diff --git a/helm/charts/polytomic/templates/worker-deployment.yaml b/helm/charts/polytomic/templates/worker-deployment.yaml index 4ab6c35..c6558dd 100644 --- a/helm/charts/polytomic/templates/worker-deployment.yaml +++ b/helm/charts/polytomic/templates/worker-deployment.yaml @@ -43,7 +43,7 @@ spec: {{- end }} env: - name: ROLE - value: worker + value: worker,scheduler,schemacache volumeMounts: - mountPath: /etc/podinfo name: podinfo diff --git a/terraform/modules/ecs/task-definitions/worker.json.tftpl b/terraform/modules/ecs/task-definitions/worker.json.tftpl index 6704267..1e7e50b 100644 --- a/terraform/modules/ecs/task-definitions/worker.json.tftpl +++ b/terraform/modules/ecs/task-definitions/worker.json.tftpl @@ -53,7 +53,7 @@ %{ endif ~} { "name": "ROLE", - "value": "worker" + "value": "worker,schemacache" } ], "mountPoints": [