Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change probes port, make it configurable #59

Merged
merged 1 commit into from
Mar 29, 2020

Conversation

clamoriniere
Copy link
Collaborator

What does this PR do?

Change the probes port from 8080 to 9090, also make it parametrisable.

Motivation

the Operatorhub.io validation process inject a container that use also the port 8080. in order to make the validation test working.

Additional Notes

Anything else we should know when reviewing?

@codecov-io
Copy link

codecov-io commented Mar 29, 2020

Codecov Report

Merging #59 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   56.96%   56.96%           
=======================================
  Files          31       31           
  Lines        4108     4108           
=======================================
  Hits         2340     2340           
  Misses       1584     1584           
  Partials      184      184           
Flag Coverage Δ
#unittests 56.96% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e74a19...68c777d. Read the comment docs.

@@ -55,12 +55,12 @@ spec:
readinessProbe:
httpGet:
path: /ready
port: 8080
port: 9090
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we make this configurable in values.yaml?

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
Copy link
Contributor

@ahmed-mez ahmed-mez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clamoriniere clamoriniere merged commit 31fb89a into master Mar 29, 2020
@clamoriniere clamoriniere deleted the clamoriniere/probes-port branch March 29, 2020 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants