k8s probe 로직 삭제

This commit is contained in:
wonho 2025-10-31 15:33:44 +09:00
parent 45ffd96090
commit c2890cbead

View File

@ -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