UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
I
istio
1.9
proxyv2
Commits
db0ffe67
Commit
db0ffe67
authored
Apr 01, 2021
by
sean.melissari
Browse files
add healthcheck
parent
3f5c9f36
Pipeline
#207806
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
db0ffe67
...
@@ -34,5 +34,9 @@ RUN useradd -u 1337 istio-proxy && \
...
@@ -34,5 +34,9 @@ RUN useradd -u 1337 istio-proxy && \
USER
1337
USER
1337
HEALTHCHECK
--start-period=10s \
CMD bash -c '</dev/tcp/127.0.0.1/8001 &>/dev/null' || exit 1
# The pilot-agent will bootstrap Envoy.
# The pilot-agent will bootstrap Envoy.
ENTRYPOINT
["/usr/local/bin/pilot-agent"]
ENTRYPOINT
["/usr/local/bin/pilot-agent"]
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