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 f7ab320 commit c60b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/image-resize.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
name: image-resize-service
spec:
type: LoadBalancer
type: ClusterIP
ports:
- name: http
port: 9292
Expand Down

0 comments on commit c60b342

Please sign in to comment.