Skip to content

Commit

Permalink
deployment and loadbalancer modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Emal authored and Mustafa Emal committed Jan 16, 2024
1 parent 81b1f01 commit 7541f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_services/loadbalancer-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Service
metadata:
name: nginx-loadbalancer
spec:
type: LoadBalancer
selector:
app: simple-nginx
ports:
- protocol: TCP
port: 80
targetPort: 9376
clusterIP: 10.96.8.7
type: LoadBalancer
status:
loadBalancer:
ingress:
Expand Down

0 comments on commit 7541f6a

Please sign in to comment.