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:
wonho 2025-10-31 10:46:17 +09:00
parent a876a1c6da
commit 7840321c3d
7 changed files with 147 additions and 147 deletions

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/ai/actuator/health # path: /api/v1/ai/actuator/health
port: 8083 # port: 8083
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/ai/actuator/health/readiness # path: /api/v1/ai/actuator/health/readiness
port: 8083 # port: 8083
initialDelaySeconds: 10 # initialDelaySeconds: 10
periodSeconds: 5 # periodSeconds: 5
failureThreshold: 3 # failureThreshold: 3
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/ai/actuator/health/liveness # path: /api/v1/ai/actuator/health/liveness
port: 8083 # port: 8083
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/analytics/actuator/health/liveness # path: /api/v1/analytics/actuator/health/liveness
port: 8086 # port: 8086
initialDelaySeconds: 60 # initialDelaySeconds: 60
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/analytics/actuator/health/liveness # path: /api/v1/analytics/actuator/health/liveness
port: 8086 # port: 8086
initialDelaySeconds: 0 # initialDelaySeconds: 0
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/analytics/actuator/health/readiness # path: /api/v1/analytics/actuator/health/readiness
port: 8086 # port: 8086
initialDelaySeconds: 0 # initialDelaySeconds: 0
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/content/actuator/health # path: /api/v1/content/actuator/health
port: 8084 # port: 8084
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/content/actuator/health/readiness # path: /api/v1/content/actuator/health/readiness
port: 8084 # port: 8084
initialDelaySeconds: 10 # initialDelaySeconds: 10
periodSeconds: 5 # periodSeconds: 5
failureThreshold: 3 # failureThreshold: 3
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/content/actuator/health/liveness # path: /api/v1/content/actuator/health/liveness
port: 8084 # port: 8084
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/distribution/actuator/health # path: /api/v1/distribution/actuator/health
port: 8085 # port: 8085
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/distribution/actuator/health/readiness # path: /api/v1/distribution/actuator/health/readiness
port: 8085 # port: 8085
initialDelaySeconds: 10 # initialDelaySeconds: 10
periodSeconds: 5 # periodSeconds: 5
failureThreshold: 3 # failureThreshold: 3
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/distribution/actuator/health/liveness # path: /api/v1/distribution/actuator/health/liveness
port: 8085 # port: 8085
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/actuator/health # path: /api/v1/actuator/health
port: 8080 # port: 8080
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/actuator/health/readiness # path: /api/v1/actuator/health/readiness
port: 8080 # port: 8080
initialDelaySeconds: 10 # initialDelaySeconds: 10
periodSeconds: 5 # periodSeconds: 5
failureThreshold: 3 # failureThreshold: 3
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/actuator/health/liveness # path: /api/v1/actuator/health/liveness
port: 8080 # port: 8080
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/participations/actuator/health/liveness # path: /api/v1/participations/actuator/health/liveness
port: 8084 # port: 8084
initialDelaySeconds: 60 # initialDelaySeconds: 60
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/participations/actuator/health/liveness # path: /api/v1/participations/actuator/health/liveness
port: 8084 # port: 8084
initialDelaySeconds: 0 # initialDelaySeconds: 0
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/participations/actuator/health/readiness # path: /api/v1/participations/actuator/health/readiness
port: 8084 # port: 8084
initialDelaySeconds: 0 # initialDelaySeconds: 0
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3

View File

@ -40,24 +40,24 @@ spec:
limits: limits:
cpu: "1024m" cpu: "1024m"
memory: "1024Mi" memory: "1024Mi"
startupProbe: # startupProbe:
httpGet: # httpGet:
path: /api/v1/users/actuator/health # path: /api/v1/users/actuator/health
port: 8081 # port: 8081
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 30 # failureThreshold: 30
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/v1/users/actuator/health/readiness # path: /api/v1/users/actuator/health/readiness
port: 8081 # port: 8081
initialDelaySeconds: 10 # initialDelaySeconds: 10
periodSeconds: 5 # periodSeconds: 5
failureThreshold: 3 # failureThreshold: 3
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/v1/users/actuator/health/liveness # path: /api/v1/users/actuator/health/liveness
port: 8081 # port: 8081
initialDelaySeconds: 30 # initialDelaySeconds: 30
periodSeconds: 10 # periodSeconds: 10
failureThreshold: 3 # failureThreshold: 3