Skip to content

Commit 9b6f3aa

Browse files
Update step-03 in readme.md
Update step-03 in readme.md from NodePort to LoadBalancer
1 parent 0fd36ef commit 9b6f3aa

File tree

1 file changed

+1
-1
lines changed
  • 04-Kubernetes-Fundamentals-with-YAML/04-02-PODs-with-YAML

1 file changed

+1
-1
lines changed

04-Kubernetes-Fundamentals-with-YAML/04-02-PODs-with-YAML/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kind: Service
4747
metadata:
4848
name: myapp-pod-loadbalancer-service # Name of the Service
4949
spec:
50-
type: NodePort
50+
type: LoadBalancer
5151
selector:
5252
# Loadbalance traffic across Pods matching this label selector
5353
app: myapp

0 commit comments

Comments
 (0)