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
K
kubeflow-1.0.2
K
kdef
kiali
kiali-v0.16
Commits
227fa7d4
Commit
227fa7d4
authored
Apr 01, 2021
by
sean.melissari
Browse files
Merge branch 'add-healthcheck' into 'development'
add healthcheck See merge request
!13
parents
b84633b1
dba57266
Pipeline
#228439
passed with stages
in 14 minutes and 15 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+3
-0
No files found.
Dockerfile
View file @
227fa7d4
...
@@ -24,4 +24,7 @@ RUN chown -R kiali:kiali $KIALI_HOME/ && \
...
@@ -24,4 +24,7 @@ RUN chown -R kiali:kiali $KIALI_HOME/ && \
USER
kiali
USER
kiali
HEALTHCHECK
--interval=1m --start-period=30s \
CMD curl -f http://localhost:20001/api/status || exit 1
ENTRYPOINT
["/opt/kiali/kiali"]
ENTRYPOINT
["/opt/kiali/kiali"]
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