Missing aggregrators services in k8s config *oops*

This commit is contained in:
eiximenis 2018-03-15 15:49:24 +01:00
parent 5bb67596b9
commit 72843eb6bb

View File

@ -98,6 +98,34 @@ spec:
--- ---
apiVersion: v1 apiVersion: v1
kind: Service 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: metadata:
labels: labels:
app: eshop app: eshop