Skip to content

Commit

Permalink
Re-enable processor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 31, 2024
1 parent 543b736 commit c8a81bc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- enable-processor

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
42 changes: 21 additions & 21 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8a81bc

Please sign in to comment.