Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2ab5347

Browse files
committed
fix errors in configmap for k8s
1 parent 0e6c816 commit 2ab5347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

k8s/deploy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ ExecKube -cmd 'create configmap urls `
147147
--from-literal=MvcClientCatalogUrl=http://catalog `
148148
--from-literal=MvcClientBasketUrl=http://basket `
149149
--from-literal=MvcClientMarketingUrl=http://marketing `
150-
--from-literal=MvcClientLocationsUrl=http://locations'
150+
--from-literal=MvcClientLocationsUrl=http://locations `
151151
--from-literal=MarketingHealthCheckUrl=http://marketing/hc `
152152
--from-literal=WebSpaHealthCheckUrl=http://webspa/hc `
153153
--from-literal=SpaClientMarketingExternalUrl=http://$($externalDns)/marketing-api `
154154
--from-literal=SpaClientOrderingExternalUrl=http://$($externalDns)/ordering-api `
155155
--from-literal=SpaClientCatalogExternalUrl=http://$($externalDns)/catalog-api `
156156
--from-literal=SpaClientBasketExternalUrl=http://$($externalDns)/basket-api `
157157
--from-literal=SpaClientIdentityExternalUrl=http://$($externalDns)/identity `
158-
--from-literal=SpaClientLocationsUrl=http://$($externalDns)/locations-api'
158+
--from-literal=SpaClientLocationsUrl=http://$($externalDns)/locations-api `
159159
--from-literal=LocationsHealthCheckUrl=http://locations/hc `
160160
--from-literal=SpaClientExternalUrl=http://$($externalDns) `
161161
--from-literal=LocationApiClient=http://$($externalDns)/locations-api `

k8s/deployments.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ spec:
194194
- name: CheckUpdateTime
195195
valueFrom:
196196
configMapKeyRef:
197-
name: urls
197+
name: externalcfg
198198
key: GracePeriodManager_CheckUpdateTime
199199
- name: GracePeriodTime
200200
valueFrom:
201201
configMapKeyRef:
202-
name: urls
202+
name: externalcfg
203203
key: GracePeriodManager_GracePeriodTime
204204
ports:
205205
- containerPort: 80

0 commit comments

Comments
 (0)