Skip to content
2 changes: 1 addition & 1 deletion result-app-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: result-service
app: demo-voting-app
spec:
type: NodePort
type: LoadBalancer
ports:
- port: 80
targetPort: 80
Expand Down
2 changes: 1 addition & 1 deletion voting-app-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: voting-service
app: demo-voting-app
spec:
type: NodePort
type: LoadBalancer
ports:
- port: 80
targetPort: 80
Expand Down