MakarkinSAkvelon commented on code in PR #24227:
URL: https://github.com/apache/beam/pull/24227#discussion_r1037380322


##########
playground/infrastructure/helm-playground/templates/deployment-java.yml:
##########
@@ -38,6 +38,27 @@ spec:
            value: "remote"
          - name: CACHE_ADDRESS
            value: {{ .Values.redis_ip }}
+         - name: NUM_PARALLEL_JOBS
+           value: "5"
+       livenessProbe:
+         httpGet:
+           path: /liveness
+           port: 8080
+         initialDelaySeconds: 3
+         periodSeconds: 3
+       readinessProbe:
+         httpGet:
+           path: /readiness
+           port: 8080

Review Comment:
   Fixed. Everything was moved to the values.yaml file



##########
playground/infrastructure/helm-playground/templates/deployment-python.yml:
##########
@@ -38,6 +38,27 @@ spec:
           value: "remote"
         - name: CACHE_ADDRESS
           value: {{ .Values.redis_ip }}
+        - name: NUM_PARALLEL_JOBS
+          value: "5"
+       livenessProbe:
+         httpGet:
+           path: /liveness
+           port: 8080
+         initialDelaySeconds: 3
+         periodSeconds: 3
+       readinessProbe:
+         httpGet:
+           path: /readiness
+           port: 8080

Review Comment:
   Fixed. Everything was moved to the values.yaml file



##########
playground/infrastructure/helm-playground/templates/deployment-router.yml:
##########
@@ -40,6 +40,27 @@ spec:
            value: "remote"
          - name: CACHE_ADDRESS
            value: {{ .Values.redis_ip }}
+         - name: NUM_PARALLEL_JOBS
+           value: "5"
+       livenessProbe:
+         httpGet:
+           path: /liveness
+           port: 8080
+         initialDelaySeconds: 3
+         periodSeconds: 3
+       readinessProbe:
+         httpGet:
+           path: /readiness
+           port: 8080

Review Comment:
   Fixed. Everything was moved to the values.yaml file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to