Skip to content

Commit 14bd6a4

Browse files
committed
Added service for backgroundtask
1 parent 12a9cab commit 14bd6a4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

k8s/services.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@ spec:
5656
---
5757
apiVersion: v1
5858
kind: Service
59+
metadata:
60+
labels:
61+
app: eshop
62+
component: orderingbackground
63+
name: orderingbackground
64+
spec:
65+
ports:
66+
- port: 80
67+
selector:
68+
app: eshop
69+
component: orderingbackground
70+
---
71+
apiVersion: v1
72+
kind: Service
5973
metadata:
6074
labels:
6175
app: eshop

0 commit comments

Comments
 (0)