Skip to content

Commit 78f4708

Browse files
committed
some updates
1 parent e76fbcc commit 78f4708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundational/HealthProbe/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Instead we are using a simple port-forwarding directly to the pod to trigger the
3030
[source, bash]
3131
----
3232
# Port forward to Pod. "pod" is an alias to pick the full name of the pod (see INSTALL.adoc)
33-
kubectl port-forward $(pod random-generator) 8080:8080 &
33+
kubectl port-forward deployment/random-generator 8080:8080 &
3434
----
3535

3636
Now you can switch on/off the readiness/liveness checks and see how the cluster manages your pods:

structural/Sidecar/web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ items:
2828
name: git
2929
env:
3030
- name: GIT_REPO
31-
value: https://github.com/mdn/beginner-html-site-scripted
31+
value: https://github.com/rhuss/beginner-html-site-scripted
3232
command:
3333
- "sh"
3434
- "-c"

0 commit comments

Comments
 (0)