refactor: rename dasmt to datmt across the project
All checks were successful
Deploy Tools / deploy (push) Successful in 1m11s

This commit is contained in:
jade
2026-08-31 13:21:33 +09:00
parent 8b9bd4de16
commit 740ef1c757
11 changed files with 448 additions and 438 deletions

View File

@@ -1,9 +1,9 @@
apiVersion: v1
apiVersion: v1
kind: ConfigMap
metadata:
name: dasmt-runtime-config
name: datmt-runtime-config
labels:
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
data:
SPRING_PROFILES_ACTIVE: dev
TZ: Asia/Seoul
@@ -14,3 +14,4 @@ data:
GLOW_COMMUNICATION_EXTMCI_PORT: "8080"
GLOW_COMMUNICATION_EAI_HOST: CHANGE_ME
GLOW_COMMUNICATION_EAI_PORT: "9999"

View File

@@ -1,10 +1,10 @@
apiVersion: apps/v1
apiVersion: apps/v1
kind: Deployment
metadata:
name: was-sal
labels:
app.kubernetes.io/name: was-sal
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
replicas: 1
selector:
@@ -14,7 +14,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: was-sal
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
containers:
- name: was-sal
@@ -25,9 +25,9 @@ spec:
containerPort: 8082
envFrom:
- configMapRef:
name: dasmt-runtime-config
name: datmt-runtime-config
- secretRef:
name: dasmt-runtime-secrets
name: datmt-runtime-secrets
env:
- name: AXHUB_TOOL_URL
value: http://was-sal:8082
@@ -65,7 +65,7 @@ metadata:
name: was-cus
labels:
app.kubernetes.io/name: was-cus
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
replicas: 1
selector:
@@ -75,7 +75,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: was-cus
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
containers:
- name: was-cus
@@ -86,9 +86,9 @@ spec:
containerPort: 8084
envFrom:
- configMapRef:
name: dasmt-runtime-config
name: datmt-runtime-config
- secretRef:
name: dasmt-runtime-secrets
name: datmt-runtime-secrets
env:
- name: AXHUB_TOOL_URL
value: http://was-cus:8084
@@ -126,7 +126,7 @@ metadata:
name: was-pro
labels:
app.kubernetes.io/name: was-pro
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
replicas: 1
selector:
@@ -136,7 +136,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: was-pro
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
containers:
- name: was-pro
@@ -147,9 +147,9 @@ spec:
containerPort: 8085
envFrom:
- configMapRef:
name: dasmt-runtime-config
name: datmt-runtime-config
- secretRef:
name: dasmt-runtime-secrets
name: datmt-runtime-secrets
env:
- name: AXHUB_TOOL_URL
value: http://was-pro:8085
@@ -187,7 +187,7 @@ metadata:
name: was-sys
labels:
app.kubernetes.io/name: was-sys
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
replicas: 1
selector:
@@ -197,7 +197,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: was-sys
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
containers:
- name: was-sys
@@ -208,9 +208,9 @@ spec:
containerPort: 8086
envFrom:
- configMapRef:
name: dasmt-runtime-config
name: datmt-runtime-config
- secretRef:
name: dasmt-runtime-secrets
name: datmt-runtime-secrets
env:
- name: AXHUB_TOOL_URL
value: http://was-sys:8086
@@ -241,3 +241,4 @@ spec:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault

View File

@@ -1,10 +1,10 @@
apiVersion: v1
apiVersion: v1
kind: Service
metadata:
name: was-sal
labels:
app.kubernetes.io/name: was-sal
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
type: ClusterIP
selector:
@@ -20,7 +20,7 @@ metadata:
name: was-cus
labels:
app.kubernetes.io/name: was-cus
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
type: ClusterIP
selector:
@@ -36,7 +36,7 @@ metadata:
name: was-pro
labels:
app.kubernetes.io/name: was-pro
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
type: ClusterIP
selector:
@@ -52,7 +52,7 @@ metadata:
name: was-sys
labels:
app.kubernetes.io/name: was-sys
app.kubernetes.io/part-of: axhub-dasmt
app.kubernetes.io/part-of: axhub-datmt
spec:
type: ClusterIP
selector:
@@ -61,3 +61,4 @@ spec:
- name: http
port: 8086
targetPort: http