diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index bde6620..59aa522 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - enable-processor concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/chart/values.yaml b/chart/values.yaml index 59436e2..6b8a5e2 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -37,24 +37,24 @@ apps: type: ClusterIP port: 80 - # - name: performance-service-processor - # environment: production - # codebase: performance-service - # replicaCount: 1 - # container: - # image: - # repository: osuakatsuki/performance-service - # tag: latest - # port: 80 - # env: - # - name: APP_COMPONENT - # value: processor - # resources: - # limits: - # cpu: 300m - # memory: 250Mi - # requests: - # cpu: 75m - # memory: 100Mi - # imagePullSecrets: - # - name: osuakatsuki-registry-secret + - name: performance-service-processor + environment: production + codebase: performance-service + replicaCount: 1 + container: + image: + repository: osuakatsuki/performance-service + tag: latest + port: 80 + env: + - name: APP_COMPONENT + value: processor + resources: + limits: + cpu: 300m + memory: 250Mi + requests: + cpu: 75m + memory: 100Mi + imagePullSecrets: + - name: osuakatsuki-registry-secret