This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Missing aggregrators services in k8s config *oops*
pull/565/head^2
eiximenis
6 years ago
parent
5bb67596b9
commit
72843eb6bb
1 changed files
with
28 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+28
-0
k8s/services.yaml
+ 28
- 0
k8s/services.yaml
View File
@ -98,6 +98,34 @@ spec:
---
apiVersion
:
v1
kind
:
Service
metadata:
labels:
app
:
eshop
component
:
webshoppingagg
name
:
webshoppingagg
spec:
ports:
-
port
:
80
selector:
app
:
eshop
component
:
webshoppingagg
---
apiVersion
:
v1
kind
:
Service
metadata:
labels:
app
:
eshop
component
:
mobileshoppingagg
name
:
mobileshoppingagg
spec:
ports:
-
port
:
80
selector:
app
:
eshop
component
:
mobileshoppingagg
---
apiVersion
:
v1
kind
:
Service
metadata:
labels:
app
:
eshop
Write
Preview
Loading…
Cancel
Save