mirror of
https://github.com/ktds-dg0501/kt-event-marketing-fe.git
synced 2025-12-06 07:36:23 +00:00
k8s probe 로직 삭제
This commit is contained in:
parent
45ffd96090
commit
c2890cbead
@ -28,27 +28,27 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
cpu: "1024m"
|
cpu: "1024m"
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
startupProbe:
|
# startupProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /health
|
# path: /health
|
||||||
port: 8080
|
# port: 8080
|
||||||
initialDelaySeconds: 10
|
# initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
# periodSeconds: 10
|
||||||
failureThreshold: 30
|
# failureThreshold: 30
|
||||||
readinessProbe:
|
# readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /health
|
# path: /health
|
||||||
port: 8080
|
# port: 8080
|
||||||
initialDelaySeconds: 5
|
# initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
# periodSeconds: 10
|
||||||
failureThreshold: 3
|
# failureThreshold: 3
|
||||||
livenessProbe:
|
# livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /health
|
# path: /health
|
||||||
port: 8080
|
# port: 8080
|
||||||
initialDelaySeconds: 15
|
# initialDelaySeconds: 15
|
||||||
periodSeconds: 20
|
# periodSeconds: 20
|
||||||
failureThreshold: 3
|
# failureThreshold: 3
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: runtime-config
|
- name: runtime-config
|
||||||
mountPath: /usr/share/nginx/html/runtime-env.js
|
mountPath: /usr/share/nginx/html/runtime-env.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user