Skip to content

Commit

Permalink
chore: product-depl 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 30, 2024
1 parent 17bf567 commit 82f9f8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions backend/product/k8s/product-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@ spec:
secretKeyRef:
key: REDIS_HOST
name: inong-app-secrets
- name: JWT_SECRET
valueFrom:
secretKeyRef:
key: JWT_SECRET
name: inong-app-secrets
- name: JWT_TOKEN_ACCESS_EXPIRATION_TIME
valueFrom:
secretKeyRef:
key: JWT_TOKEN_ACCESS_EXPIRATION_TIME
name: inong-app-secrets
- name: JWT_TOKEN_REFRESH_EXPIRATION_TIME
valueFrom:
secretKeyRef:
key: JWT_TOKEN_REFRESH_EXPIRATION_TIME
name: inong-app-secrets
#무중단 배포를 위한 컨테이너 헬스체크
readinessProbe:
httpGet:
Expand Down
1 change: 0 additions & 1 deletion backend/product/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jwt:
token:
access_expiration_time: ${JWT_TOKEN_ACCESS_EXPIRATION_TIME}
refresh_expiration_time: ${JWT_TOKEN_REFRESH_EXPIRATION_TIME}

fcm:
secret-file: ${FCM_SECRET_FILE}

Expand Down

0 comments on commit 82f9f8c

Please sign in to comment.