Browse Source

Missing aggregrators services in k8s config *oops*

pull/565/head^2
eiximenis 6 years ago
parent
commit
72843eb6bb
1 changed files with 28 additions and 0 deletions
  1. +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


Loading…
Cancel
Save