Skip to content

Commit 70d4eea

Browse files
committed
docs(springboot cloudconfig): A fix of example docs.
Signed-off-by: lony2003 <[email protected]>
1 parent a31ce67 commit 70d4eea

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

spring-boot-examples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ expected_stdout_lines:
2929
background: true
3030
expected_return_code: 143
3131
sleep: 30
32-
timeout_seconds: 45
32+
timeout_seconds: 75
3333
-->
3434
<!-- Timeout for above service must be more than sleep + timeout for the client-->
3535

@@ -72,7 +72,7 @@ The `consumer-app` starts in port `8081` by default.
7272

7373
To run `cloud-config-demo`, you should run in a terminal (`cloud-config-demo` doesn't depends on two applications above):
7474
<!-- STEP
75-
name: Run Demo Producer Service
75+
name: Run Cloud Config Demo Service
7676
match_order: none
7777
output_match_mode: substring
7878
expected_stdout_lines:

spring-boot-examples/kubernetes/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ docker tag cloud-config-demo:0.15.0-SNAPSHOT localhost:5001/sb-cloud-config-demo
122122
docker push localhost:5001/sb-cloud-config-demo
123123
```
124124

125+
**Note**: for Podman you need to run:
126+
```
127+
podman push localhost:5001/sb-cloud-config-demo --tls-verify=false
128+
```
129+
125130
Now we are ready to install our application into the cluster.
126131

127132
## Installing and interacting with the application

0 commit comments

Comments
 (0)