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 176651d commit 2fec368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/integrity-checker.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
# TODO: 1. CHANGE THE NAME OF THE SERVICE
name: integrity-checker-service
spec:
type: LoadBalancer
type: ClusterIP
ports:
- name: http
# TODO: 2. CHANGE THE PORT (must be the same as in the integrity-checker.config-map.yml)
Expand Down

0 comments on commit 2fec368

Please sign in to comment.