Skip to content

Commit 1c2f3c1

Browse files
Nidhi GuptaNidhi Gupta
authored andcommitted
client update url
1 parent a505c98 commit 1c2f3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microservices/HelloWorldClient/terraform/values_client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ readinessProbe:
2929
path: /
3030
port: http
3131
env:
32-
HELLO_SERVICE_URL: "http://hello.default.svc.cluster.local"
33-
WORLD_SERVICE_URL: "http://world.default.svc.cluster.local"
32+
HELLO_SERVICE_URL: "http://hello.app1.svc.cluster.local"
33+
WORLD_SERVICE_URL: "http://world.app1.svc.cluster.local"
3434
serviceAccount:
3535
create: true
3636
automount: true

0 commit comments

Comments
 (0)