From 236d6aeab2c236b54ad49514ed486a0f098885a6 Mon Sep 17 00:00:00 2001 From: Gorden Date: Mon, 19 Feb 2024 11:56:25 +0100 Subject: [PATCH] debug service --- Distribution/README.md | 1 - Distribution/Service.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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