forked from kimhyungsik/ax_hub_mcp_tool
chore: align compose and k8s tool services
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
This commit is contained in:
@@ -7,10 +7,7 @@ metadata:
|
||||
data:
|
||||
SPRING_PROFILES_ACTIVE: dev
|
||||
TZ: Asia/Seoul
|
||||
AXHUB_GATEWAY_URL: http://gateway:8080
|
||||
GLOW_COMMUNICATION_MCI_HOST: CHANGE_ME
|
||||
GLOW_COMMUNICATION_MCI_PORT: "26160"
|
||||
GLOW_COMMUNICATION_EXTMCI_HOST: CHANGE_ME
|
||||
GLOW_COMMUNICATION_EXTMCI_PORT: "8080"
|
||||
GLOW_COMMUNICATION_EAI_HOST: CHANGE_ME
|
||||
GLOW_COMMUNICATION_EAI_PORT: "9999"
|
||||
AXHUB_MEMO_HTTP_DOMAIN: CHANGE_ME
|
||||
AXHUB_INSURANCE_HTTP_DOMAIN: CHANGE_ME
|
||||
|
||||
@@ -29,8 +29,12 @@ spec:
|
||||
- secretRef:
|
||||
name: datmt-runtime-secrets
|
||||
env:
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: AXHUB_TOOL_URL
|
||||
value: http://was-sal:8082
|
||||
value: http://was-sal.$(POD_NAMESPACE).svc.cluster.local:8082
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -90,8 +94,12 @@ spec:
|
||||
- secretRef:
|
||||
name: datmt-runtime-secrets
|
||||
env:
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: AXHUB_TOOL_URL
|
||||
value: http://was-cus:8084
|
||||
value: http://was-cus.$(POD_NAMESPACE).svc.cluster.local:8084
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -151,8 +159,12 @@ spec:
|
||||
- secretRef:
|
||||
name: datmt-runtime-secrets
|
||||
env:
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: AXHUB_TOOL_URL
|
||||
value: http://was-pro:8085
|
||||
value: http://was-pro.$(POD_NAMESPACE).svc.cluster.local:8085
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -212,8 +224,12 @@ spec:
|
||||
- secretRef:
|
||||
name: datmt-runtime-secrets
|
||||
env:
|
||||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: AXHUB_TOOL_URL
|
||||
value: http://was-sys:8086
|
||||
value: http://was-sys.$(POD_NAMESPACE).svc.cluster.local:8086
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
||||
Reference in New Issue
Block a user