Skip to content

Commit

Permalink
resource limits & rquests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 9, 2023
1 parent 47b8b94 commit 4c19195
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ apps:
env:
- name: APP_COMPONENT
value: api
resources:
limits:
cpu: 500m
memory: 300Mi
requests:
cpu: 250m
memory: 150Mi
imagePullSecrets:
- name: osuakatsuki-registry-secret
service:
type: ClusterIP
port: 80

- name: performance-service-processor
environment: production
codebase: performance-service
Expand All @@ -28,6 +36,13 @@ apps:
env:
- name: APP_COMPONENT
value: processor
resources:
limits:
cpu: 500m
memory: 300Mi
requests:
cpu: 250m
memory: 150Mi
imagePullSecrets:
- name: osuakatsuki-registry-secret
service:
Expand Down

0 comments on commit 4c19195

Please sign in to comment.