From f7e66ed2e9e59cf6cfcdad41bdf0c69946cbd66f Mon Sep 17 00:00:00 2001 From: cmyui Date: Tue, 23 Jul 2024 00:30:13 -0400 Subject: [PATCH] Uninstall perf service processor for now (crash looping) --- chart/values.yaml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 6b8a5e2..59436e2 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