Skip to content

Commit

Permalink
Switch LoadBalancer to ClusterIP in Kubernetes configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ludelafo authored Dec 20, 2023
1 parent 6b65d82 commit f6ef918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/face-detection.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
name: face-detection-service
spec:
type: LoadBalancer
type: ClusterIP
ports:
- name: http
port: 8686
Expand Down

0 comments on commit f6ef918

Please sign in to comment.