We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dfdf5 commit 0c0f947Copy full SHA for 0c0f947
manifests/result-service.yaml
@@ -5,11 +5,10 @@ metadata:
5
app: result
6
name: result
7
spec:
8
- type: NodePort
+ type: ClusterIP
9
ports:
10
- name: "result-service"
11
port: 5001
12
targetPort: 80
13
- nodePort: 31001
14
selector:
15
manifests/vote-service.yaml
@@ -5,12 +5,11 @@ metadata:
app: vote
name: vote
- name: "vote-service"
port: 5000
- nodePort: 31000
16
0 commit comments