We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb6759 commit 72843ebCopy full SHA for 72843eb
1 file changed
k8s/services.yaml
@@ -98,6 +98,34 @@ spec:
98
---
99
apiVersion: v1
100
kind: Service
101
+metadata:
102
+ labels:
103
+ app: eshop
104
+ component: webshoppingagg
105
+ name: webshoppingagg
106
+spec:
107
+ ports:
108
+ - port: 80
109
+ selector:
110
111
112
+---
113
+apiVersion: v1
114
+kind: Service
115
116
117
118
+ component: mobileshoppingagg
119
+ name: mobileshoppingagg
120
121
122
123
124
125
126
127
128
129
metadata:
130
labels:
131
app: eshop
0 commit comments