Added service for backgroundtask

This commit is contained in:
Unai Zorrilla Castro 2018-01-19 16:29:35 +01:00
parent 12a9cabf7b
commit 14bd6a475a

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