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
Added service for backgroundtask
pull/491/head
Unai Zorrilla Castro
7 years ago
parent
12a9cabf7b
commit
14bd6a475a
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
k8s/services.yaml
+ 14
- 0
k8s/services.yaml
View File
@ -56,6 +56,20 @@ spec:
---
apiVersion
:
v1
kind
:
Service
metadata:
labels:
app
:
eshop
component
:
orderingbackground
name
:
orderingbackground
spec:
ports:
-
port
:
80
selector:
app
:
eshop
component
:
orderingbackground
---
apiVersion
:
v1
kind
:
Service
metadata:
labels:
app
:
eshop
Write
Preview
Loading…
Cancel
Save