Files
dap-was-dapmt/k8s/base/configmap.yaml
jade 740ef1c757
All checks were successful
Deploy Tools / deploy (push) Successful in 1m11s
refactor: rename dasmt to datmt across the project
2026-08-31 13:21:33 +09:00

18 lines
465 B
YAML

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"