-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding a section for a single pod hosted server-repository setup #26
Merged
Conversation
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
Signed-off-by: Matt Halder <[email protected]>
rustyShacklefurd
changed the title
Adding a section for a single pod hosted server-repository setup
[WIP] Adding a section for a single pod hosted server-repository setup
Aug 21, 2023
Still needs testing for persistent volumes and emptyDir. |
…out issues. Set the server port to 5555 and the repo port to 10000 to have something available here Signed-off-by: Matt Halder <[email protected]>
…art but the configuration for server to init are still needed Signed-off-by: Matt Halder <[email protected]>
Signed-off-by: Matt Halder <[email protected]>
Signed-off-by: Matt Halder <[email protected]>
…elling the deployment to use this configmap, and adding annotations option to the UI service. The configmap values also got added to the values.yaml file. Signed-off-by: Matt Halder <[email protected]>
…nnotation support and uses port 80 by default. There is a misspelling in the deployment port spec that makes it misalign with the service spec, that misspelling got corrected here as well Signed-off-by: Matt Halder <[email protected]>
…present here Signed-off-by: Matt Halder <[email protected]>
…to use purely https calls from UI the sourcify-server. Due to UI javascript limitations we cannot utilized this setup (although the adapter pattern is nice to have Signed-off-by: Matt Halder <[email protected]>
…d to be updated. Configmap was updated to contain a seperate configuration for the repository component. Lastly the secret was deleted as part of the the kubernetes adapter https setup; that setup is not valid for this application Signed-off-by: Matt Halder <[email protected]>
…tial test deploy Signed-off-by: Matt Halder <[email protected]>
Signed-off-by: Matt Halder <[email protected]>
rustyShacklefurd
changed the title
[WIP] Adding a section for a single pod hosted server-repository setup
Adding a section for a single pod hosted server-repository setup
Oct 9, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist