Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1cf52e3b
Commit
1cf52e3b
authored
May 12, 2015
by
Piotr Szczesniak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8101 from caesarxuchao/walkthrough-port-fix
make the httpGet port the match the containerPort in the walkthrough example
parents
a11819e4
f6cbf8a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
k8s201.md
examples/walkthrough/k8s201.md
+1
-1
pod-with-http-healthcheck.yaml
examples/walkthrough/pod-with-http-healthcheck.yaml
+1
-1
No files found.
examples/walkthrough/k8s201.md
View file @
1cf52e3b
...
...
@@ -138,7 +138,7 @@ spec:
# an http probe
httpGet
:
path
:
/_status/healthz
port
:
80
80
port
:
80
# length of time to wait for a pod to initialize
# after pod startup, before applying health checking
initialDelaySeconds
:
30
...
...
examples/walkthrough/pod-with-http-healthcheck.yaml
View file @
1cf52e3b
...
...
@@ -11,7 +11,7 @@ spec:
# an http probe
httpGet
:
path
:
/_status/healthz
port
:
80
80
port
:
80
# length of time to wait for a pod to initialize
# after pod startup, before applying health checking
initialDelaySeconds
:
30
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment