From a57e6c2aae5798f293edf4a51906d3393bfa88fe Mon Sep 17 00:00:00 2001 From: tsunyoku Date: Mon, 4 Nov 2024 17:26:15 +0000 Subject: [PATCH] enable processor again --- chart/values.yaml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 59436e2..dcff24e 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: 100m + memory: 150Mi + imagePullSecrets: + - name: osuakatsuki-registry-secret