mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
Update deploy.yaml.template
This commit is contained in:
parent
e70821edfe
commit
37a69d8834
@ -19,6 +19,23 @@ data:
|
||||
# 또는 Management port를 main port와 동일하게
|
||||
MANAGEMENT_SERVER_PORT: ''
|
||||
|
||||
---
|
||||
# ConfigMap
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: common-config
|
||||
namespace: ${namespace}
|
||||
data:
|
||||
ALLOWED_ORIGINS: ${allowed_origins}
|
||||
JPA_DDL_AUTO: update
|
||||
JPA_SHOW_SQL: 'true'
|
||||
# Actuator 설정
|
||||
MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: '*'
|
||||
MANAGEMENT_ENDPOINT_HEALTH_SHOW_DETAILS: always
|
||||
MANAGEMENT_ENDPOINT_HEALTH_ENABLED: 'true'
|
||||
MANAGEMENT_ENDPOINTS_WEB_BASE_PATH: /actuator
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
@ -29,7 +46,7 @@ data:
|
||||
SERVER_PORT: '8081'
|
||||
POSTGRES_HOST: ${postgres_host}
|
||||
POSTGRES_PORT: ${postgres_port}
|
||||
POSTGRES_DB: ${postgres_db_ai_recommend}
|
||||
POSTGRES_DB: ${postgres_db_member}
|
||||
REDIS_HOST: ${redis_host}
|
||||
REDIS_PORT: ${redis_port}
|
||||
JPA_DDL_AUTO: 'create-drop'
|
||||
@ -45,7 +62,7 @@ data:
|
||||
SERVER_PORT: '8082'
|
||||
POSTGRES_HOST: ${postgres_host}
|
||||
POSTGRES_PORT: ${postgres_port}
|
||||
POSTGRES_DB: ${postgres_db_ai_recommend}
|
||||
POSTGRES_DB: ${postgres_db_store}
|
||||
REDIS_HOST: ${redis_host}
|
||||
REDIS_PORT: ${redis_port}
|
||||
JPA_DDL_AUTO: 'create-drop'
|
||||
@ -61,13 +78,12 @@ data:
|
||||
SERVER_PORT: '8083'
|
||||
POSTGRES_HOST: ${postgres_host}
|
||||
POSTGRES_PORT: ${postgres_port}
|
||||
POSTGRES_DB: ${postgres_db_ai_recommend}
|
||||
POSTGRES_DB: ${postgres_db_marketing_content}
|
||||
REDIS_HOST: ${redis_host}
|
||||
REDIS_PORT: ${redis_port}
|
||||
JPA_DDL_AUTO: 'create-drop'
|
||||
JPA_SHOW_SQL: 'true'
|
||||
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
@ -84,6 +100,7 @@ data:
|
||||
JPA_DDL_AUTO: 'create-drop'
|
||||
JPA_SHOW_SQL: 'true'
|
||||
|
||||
|
||||
---
|
||||
# Secrets
|
||||
apiVersion: v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user