From c2890cbead60ed6027299f33bc757b109bd4b3f9 Mon Sep 17 00:00:00 2001 From: wonho Date: Fri, 31 Oct 2025 15:33:44 +0900 Subject: [PATCH] =?UTF-8?q?k8s=20probe=20=EB=A1=9C=EC=A7=81=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/k8s/deployment.yaml | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/deployment/k8s/deployment.yaml b/deployment/k8s/deployment.yaml index c53a04f..7d7953b 100644 --- a/deployment/k8s/deployment.yaml +++ b/deployment/k8s/deployment.yaml @@ -28,27 +28,27 @@ spec: limits: cpu: "1024m" memory: "1024Mi" - startupProbe: - httpGet: - path: /health - port: 8080 - initialDelaySeconds: 10 - periodSeconds: 10 - failureThreshold: 30 - readinessProbe: - httpGet: - path: /health - port: 8080 - initialDelaySeconds: 5 - periodSeconds: 10 - failureThreshold: 3 - livenessProbe: - httpGet: - path: /health - port: 8080 - initialDelaySeconds: 15 - periodSeconds: 20 - failureThreshold: 3 + # startupProbe: + # httpGet: + # path: /health + # port: 8080 + # initialDelaySeconds: 10 + # periodSeconds: 10 + # failureThreshold: 30 + # readinessProbe: + # httpGet: + # path: /health + # port: 8080 + # initialDelaySeconds: 5 + # periodSeconds: 10 + # failureThreshold: 3 + # livenessProbe: + # httpGet: + # path: /health + # port: 8080 + # initialDelaySeconds: 15 + # periodSeconds: 20 + # failureThreshold: 3 volumeMounts: - name: runtime-config mountPath: /usr/share/nginx/html/runtime-env.js