mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-01-21 11:06:23 +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 port를 main port와 동일하게
|
||||||
MANAGEMENT_SERVER_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
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
@ -29,7 +46,7 @@ data:
|
|||||||
SERVER_PORT: '8081'
|
SERVER_PORT: '8081'
|
||||||
POSTGRES_HOST: ${postgres_host}
|
POSTGRES_HOST: ${postgres_host}
|
||||||
POSTGRES_PORT: ${postgres_port}
|
POSTGRES_PORT: ${postgres_port}
|
||||||
POSTGRES_DB: ${postgres_db_ai_recommend}
|
POSTGRES_DB: ${postgres_db_member}
|
||||||
REDIS_HOST: ${redis_host}
|
REDIS_HOST: ${redis_host}
|
||||||
REDIS_PORT: ${redis_port}
|
REDIS_PORT: ${redis_port}
|
||||||
JPA_DDL_AUTO: 'create-drop'
|
JPA_DDL_AUTO: 'create-drop'
|
||||||
@ -45,7 +62,7 @@ data:
|
|||||||
SERVER_PORT: '8082'
|
SERVER_PORT: '8082'
|
||||||
POSTGRES_HOST: ${postgres_host}
|
POSTGRES_HOST: ${postgres_host}
|
||||||
POSTGRES_PORT: ${postgres_port}
|
POSTGRES_PORT: ${postgres_port}
|
||||||
POSTGRES_DB: ${postgres_db_ai_recommend}
|
POSTGRES_DB: ${postgres_db_store}
|
||||||
REDIS_HOST: ${redis_host}
|
REDIS_HOST: ${redis_host}
|
||||||
REDIS_PORT: ${redis_port}
|
REDIS_PORT: ${redis_port}
|
||||||
JPA_DDL_AUTO: 'create-drop'
|
JPA_DDL_AUTO: 'create-drop'
|
||||||
@ -61,13 +78,12 @@ data:
|
|||||||
SERVER_PORT: '8083'
|
SERVER_PORT: '8083'
|
||||||
POSTGRES_HOST: ${postgres_host}
|
POSTGRES_HOST: ${postgres_host}
|
||||||
POSTGRES_PORT: ${postgres_port}
|
POSTGRES_PORT: ${postgres_port}
|
||||||
POSTGRES_DB: ${postgres_db_ai_recommend}
|
POSTGRES_DB: ${postgres_db_marketing_content}
|
||||||
REDIS_HOST: ${redis_host}
|
REDIS_HOST: ${redis_host}
|
||||||
REDIS_PORT: ${redis_port}
|
REDIS_PORT: ${redis_port}
|
||||||
JPA_DDL_AUTO: 'create-drop'
|
JPA_DDL_AUTO: 'create-drop'
|
||||||
JPA_SHOW_SQL: 'true'
|
JPA_SHOW_SQL: 'true'
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
@ -84,6 +100,7 @@ data:
|
|||||||
JPA_DDL_AUTO: 'create-drop'
|
JPA_DDL_AUTO: 'create-drop'
|
||||||
JPA_SHOW_SQL: 'true'
|
JPA_SHOW_SQL: 'true'
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
# Secrets
|
# Secrets
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user