We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a505c98 commit 1c2f3c1Copy full SHA for 1c2f3c1
microservices/HelloWorldClient/terraform/values_client.yaml
@@ -29,8 +29,8 @@ readinessProbe:
29
path: /
30
port: http
31
env:
32
- HELLO_SERVICE_URL: "http://hello.default.svc.cluster.local"
33
- WORLD_SERVICE_URL: "http://world.default.svc.cluster.local"
+ HELLO_SERVICE_URL: "http://hello.app1.svc.cluster.local"
+ WORLD_SERVICE_URL: "http://world.app1.svc.cluster.local"
34
serviceAccount:
35
create: true
36
automount: true
0 commit comments