Browse Source

Added service for backgroundtask

pull/491/head
Unai Zorrilla Castro 7 years ago
parent
commit
14bd6a475a
1 changed files with 14 additions and 0 deletions
  1. +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


Loading…
Cancel
Save