Skip to content

Commit

Permalink
Uninstall perf service processor for now (crash looping)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 23, 2024
1 parent e0d8477 commit f7e66ed
Showing 1 changed file with 21 additions and 21 deletions.
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 f7e66ed

Please sign in to comment.