add k8s service for recommendation service so Istio is happy
This commit is contained in:
parent
47c26a4529
commit
b2edfb38d6
1 changed files with 13 additions and 0 deletions
|
@ -102,6 +102,19 @@ spec:
|
|||
memory: 450Mi
|
||||
revisionHistoryLimit: 1
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: recommendationservice
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: recommendationservice
|
||||
ports:
|
||||
- name: grpc
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
---
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue