diff --git a/Distribution/README.md b/Distribution/README.md index a04a344..a5140ca 100644 --- a/Distribution/README.md +++ b/Distribution/README.md @@ -168,7 +168,6 @@ spec: protocol: TCP port: 5000 targetPort: 5000 - loadBalancerIP: 192.168.202.5 ``` ### Deployment diff --git a/Distribution/Service.yaml b/Distribution/Service.yaml index abfd6b7..130e697 100644 --- a/Distribution/Service.yaml +++ b/Distribution/Service.yaml @@ -14,4 +14,4 @@ spec: protocol: TCP port: 5000 targetPort: 5000 - loadBalancerIP: 192.168.202.5 \ No newline at end of file + nodePort: 5000 \ No newline at end of file