feat: add OpenShift deployment manifests
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s

This commit is contained in:
jade
2026-08-21 11:27:45 +09:00
parent b617eaabe4
commit ba2f43cd60
6 changed files with 385 additions and 0 deletions

16
k8s/base/configmap.yaml Normal file
View 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"