File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -702,6 +702,11 @@ spec:
702702 configMapKeyRef :
703703 name : internalurls
704704 key : ordering__hc
705+ - name : OrderingBackgroundTasksUrl
706+ valueFrom :
707+ configMapKeyRef :
708+ name : internalurls
709+ key : ordering-background__hc
705710 - name : LocationsUrl
706711 valueFrom :
707712 configMapKeyRef :
Original file line number Diff line number Diff line change 1414 identity__hc : http://identity/hc
1515 ordering : http://ordering
1616 ordering__hc : http://ordering/hc
17+ ordering-background : http://ordering-background
18+ ordering-background__hc : http://ordering-background/hc
1719 marketing : http://marketing
1820 marketing__hc : http://marketing/hc
1921 locations : http://locations
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ kind: Service
5959metadata :
6060 labels :
6161 app : eshop
62- component : ordering-background
62+ component : ordering-backgroundtasks
6363 name : ordering-background
6464spec :
6565 ports :
6666 - port : 80
6767 selector :
6868 app : eshop
69- component : ordering-background
69+ component : ordering-backgroundtasks
7070---
7171apiVersion : v1
7272kind : Service
You can’t perform that action at this time.
0 commit comments