k8s setting update

This commit is contained in:
ihyeon-yong 2023-09-11 09:55:30 +09:00
parent 577f950ae1
commit 4a9036032d
2 changed files with 5 additions and 3 deletions

View File

@ -16,10 +16,10 @@ spec:
name: control-center-management
spec:
imagePullSecrets:
- name: regcred
- name: regcred
containers:
- name: control-center-management
image: 003960268191.dkr.ecr.ap-northeast-2.amazonaws.com/sdt-cloud/control-center-management:0.0.1
image: 003960268191.dkr.ecr.ap-northeast-2.amazonaws.com/sdt-cloud/control-center-management:0.0.3
imagePullPolicy: Always
ports:
- containerPort: 8087
@ -40,3 +40,5 @@ spec:
value: "sdt"
- name: IAM_AMQP_CREDENTIALS_PASSWORD
value: "251327"
- name: DATA_FALL_ENDPOINT
value: "http://data-fall.sdt-cloud.svc.cluster.local:8083"

View File

@ -7,7 +7,7 @@ spring:
uri: ${MONGODB_URL}
data-fall:
endpoint: http://13.209.39.139:32171
endpoint: ${DATA_FALL_ENDPOINT}
deployer:
endpoint: ${DEPLOYER_ENDPOINT}