forked from kimhyungsik/ax_hub_mcp_tool
feat: add OpenShift deployment manifests
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s
This commit is contained in:
16
k8s/base/configmap.yaml
Normal file
16
k8s/base/configmap.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: datmt-runtime-config
|
||||
labels:
|
||||
app.kubernetes.io/part-of: axhub-datmt
|
||||
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"
|
||||
Reference in New Issue
Block a user