Files
dap-was-dapmt/k8s/base/configmap.yaml
jade 6a6592f2d5
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
소스 업데이트
2026-08-31 09:57:03 +09:00

17 lines
461 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: dasmt-runtime-config
labels:
app.kubernetes.io/part-of: axhub-dasmt
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"