-
Notifications
You must be signed in to change notification settings - Fork 448
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
[artifactory-ha] Add Annotations to Primary Artifactory Service and Resources to Nginx Deployment #1862
Merged
Merged
[artifactory-ha] Add Annotations to Primary Artifactory Service and Resources to Nginx Deployment #1862
Changes from 5 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
19c6764
Add annotations to primary service and fix indentation in nginx deplo…
yellowplane13 78bec96
undo indentation
yellowplane13 46e63f8
add resources to nginx
yellowplane13 874f4bc
Merge branch 'master' into sr-add-annotations
yellowplane13 2d6cf09
Merge branch 'master' into sr-add-annotations
yellowplane13 6d4c791
update based on comment
yellowplane13 5767563
Merge branch 'sr-add-annotations' of github.com:yellowplane13/charts …
yellowplane13 bca1e93
Merge branch 'master' into sr-add-annotations
yellowplane13 89baba4
Merge branch 'master' into sr-add-annotations
yellowplane13 6d49116
Merge branch 'master' into sr-add-annotations
yellowplane13 ba6e469
Merge branch 'master' into sr-add-annotations
yellowplane13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe "{{ toYaml .Values.initContainers.resources | indent 10 }}" better? this is init container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you're right. Just updated it, thanks for pointing it out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @se-kai , could you please review the PR again?
Tagging @oumkale and @chukka as well. As soon as this is merged into a release, we can use this as our upstream chart instead of downloading the entire thing into our repo. Thank you 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is already fixed and avialble in current main branch
https://github.com/jfrog/charts/blob/master/stable/artifactory-ha/templates/nginx-deployment.yaml#L79
I used it already and it works fine for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @se-kai , thank you for the update. Appreciate having resources block added to nginx-deployment.
We also need
annotations
added toartifactory-primary-service.yaml
'smetadata
. It is not originally added and we can't use this chart as an upstream until that's added unfortunately. Can that be taken into account for the next release? Link for reference : https://github.com/jfrog/charts/blob/master/stable/artifactory-ha/templates/artifactory-primary-service.yaml#L6I can rebase and update this PR with just the
artifactory-primary-service.yaml
changes required if you need.