mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 08:06:25 +00:00
deployment/k8s: Health Check probe 설정 주석 처리
각 서비스의 standalone deployment.yaml에서 probe 설정을 주석 처리 - kustomize base 설정을 사용하는 방향으로 통일 변경된 서비스: - ai-service - analytics-service - content-service - distribution-service - event-service - participation-service - user-service 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a876a1c6da
commit
7840321c3d
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/ai/actuator/health
|
||||
port: 8083
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/ai/actuator/health/readiness
|
||||
port: 8083
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/ai/actuator/health/liveness
|
||||
port: 8083
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/ai/actuator/health
|
||||
# port: 8083
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/ai/actuator/health/readiness
|
||||
# port: 8083
|
||||
# initialDelaySeconds: 10
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 3
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/ai/actuator/health/liveness
|
||||
# port: 8083
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/analytics/actuator/health/liveness
|
||||
port: 8086
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/analytics/actuator/health/liveness
|
||||
port: 8086
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/analytics/actuator/health/readiness
|
||||
port: 8086
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/analytics/actuator/health/liveness
|
||||
# port: 8086
|
||||
# initialDelaySeconds: 60
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/analytics/actuator/health/liveness
|
||||
# port: 8086
|
||||
# initialDelaySeconds: 0
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/analytics/actuator/health/readiness
|
||||
# port: 8086
|
||||
# initialDelaySeconds: 0
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/content/actuator/health
|
||||
port: 8084
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/content/actuator/health/readiness
|
||||
port: 8084
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/content/actuator/health/liveness
|
||||
port: 8084
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/content/actuator/health
|
||||
# port: 8084
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/content/actuator/health/readiness
|
||||
# port: 8084
|
||||
# initialDelaySeconds: 10
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 3
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/content/actuator/health/liveness
|
||||
# port: 8084
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/distribution/actuator/health
|
||||
port: 8085
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/distribution/actuator/health/readiness
|
||||
port: 8085
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/distribution/actuator/health/liveness
|
||||
port: 8085
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/distribution/actuator/health
|
||||
# port: 8085
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/distribution/actuator/health/readiness
|
||||
# port: 8085
|
||||
# initialDelaySeconds: 10
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 3
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/distribution/actuator/health/liveness
|
||||
# port: 8085
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/actuator/health
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/actuator/health/readiness
|
||||
port: 8080
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/actuator/health/liveness
|
||||
port: 8080
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/actuator/health
|
||||
# port: 8080
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/actuator/health/readiness
|
||||
# port: 8080
|
||||
# initialDelaySeconds: 10
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 3
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/actuator/health/liveness
|
||||
# port: 8080
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/participations/actuator/health/liveness
|
||||
port: 8084
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/participations/actuator/health/liveness
|
||||
port: 8084
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/participations/actuator/health/readiness
|
||||
port: 8084
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/participations/actuator/health/liveness
|
||||
# port: 8084
|
||||
# initialDelaySeconds: 60
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/participations/actuator/health/liveness
|
||||
# port: 8084
|
||||
# initialDelaySeconds: 0
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/participations/actuator/health/readiness
|
||||
# port: 8084
|
||||
# initialDelaySeconds: 0
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
@ -40,24 +40,24 @@ spec:
|
||||
limits:
|
||||
cpu: "1024m"
|
||||
memory: "1024Mi"
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/users/actuator/health
|
||||
port: 8081
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/users/actuator/health/readiness
|
||||
port: 8081
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/users/actuator/health/liveness
|
||||
port: 8081
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
# startupProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/users/actuator/health
|
||||
# port: 8081
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 30
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/users/actuator/health/readiness
|
||||
# port: 8081
|
||||
# initialDelaySeconds: 10
|
||||
# periodSeconds: 5
|
||||
# failureThreshold: 3
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /api/v1/users/actuator/health/liveness
|
||||
# port: 8081
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# failureThreshold: 3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user