File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ expected_stdout_lines:
29
29
background: true
30
30
expected_return_code: 143
31
31
sleep: 30
32
- timeout_seconds: 45
32
+ timeout_seconds: 75
33
33
-->
34
34
<!-- Timeout for above service must be more than sleep + timeout for the client-->
35
35
@@ -72,7 +72,7 @@ The `consumer-app` starts in port `8081` by default.
72
72
73
73
To run ` cloud-config-demo ` , you should run in a terminal (` cloud-config-demo ` doesn't depends on two applications above):
74
74
<!-- STEP
75
- name: Run Demo Producer Service
75
+ name: Run Cloud Config Demo Service
76
76
match_order: none
77
77
output_match_mode: substring
78
78
expected_stdout_lines:
Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ docker tag cloud-config-demo:0.15.0-SNAPSHOT localhost:5001/sb-cloud-config-demo
122
122
docker push localhost:5001/sb-cloud-config-demo
123
123
```
124
124
125
+ ** Note** : for Podman you need to run:
126
+ ```
127
+ podman push localhost:5001/sb-cloud-config-demo --tls-verify=false
128
+ ```
129
+
125
130
Now we are ready to install our application into the cluster.
126
131
127
132
## Installing and interacting with the application
You can’t perform that action at this time.
0 commit comments