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

Implement proper port for prometheus #559

Merged
merged 5 commits into from
Jan 10, 2024

Conversation

dbadura
Copy link
Contributor

@dbadura dbadura commented Jan 9, 2024

Description

Changes proposed in this pull request:

  • set correct port for prometheus
  • adjust reconciliation logic to fix port number on every service

Related issue(s)
#496

@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 9, 2024
@dbadura
Copy link
Contributor Author

dbadura commented Jan 9, 2024

/retest

@dbadura dbadura added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Jan 9, 2024
@@ -186,22 +186,48 @@ func mapsEqual(existing, expected map[string]string) bool {
return true
}

func mapsContains(existing, contains map[string]string) bool {
Copy link
Contributor

Choose a reason for hiding this comment

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

I have problem with understanding which value is which - existing and contains say me nothing.

@kyma-bot kyma-bot added the lgtm Looks good to me! label Jan 10, 2024
@kyma-bot kyma-bot merged commit ac30f09 into kyma-project:main Jan 10, 2024
19 checks passed
@dbadura dbadura deleted the fix-prometheus-port branch January 10, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants