forked from kimhyungsik/ax_hub_mcp_tool
fix: safely rename dasmt to datmt without breaking encoding
All checks were successful
Deploy Tools / deploy (push) Successful in 2m46s
All checks were successful
Deploy Tools / deploy (push) Successful in 2m46s
This commit is contained in:
@@ -4,7 +4,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user