Draft
Conversation
j-zimnowoda
reviewed
Apr 2, 2026
Contributor
j-zimnowoda
left a comment
There was a problem hiding this comment.
-
I have successfully deployed. ✅
-
I like the fact that it is using istio sidecar, so mTLS can be set between communicating parties. ✅
-
I am wondering if mtls should be enforced though
⚠️ -
I was also able to clone the repo::white_check_mark:
kubectl port-forward --namespace git-server svc/git-server 9090:80
git clone http://127.0.0.1:9090/otomi/values.git
kubectl get secret git-server-credentials -n git-server -o jsonpath='{.data.password}'
- After enabling gitea things get messy, so fine tuning needs to be done so the platform does not try to switch to gitea.
⚠️
j-zimnowoda
reviewed
Apr 2, 2026
| repoName: otomi/values.git | ||
|
|
||
| image: | ||
| repository: docker.io/clubbers1892/simple-git-server |
Contributor
There was a problem hiding this comment.
Once PoC is approved we will host it at docker.io/linode
j-zimnowoda
reviewed
Apr 2, 2026
| pullPolicy: IfNotPresent | ||
|
|
||
| persistence: | ||
| size: 1Gi |
Contributor
There was a problem hiding this comment.
256Mi should be more than enough
j-zimnowoda
reviewed
Apr 2, 2026
|
|
||
| releases: | ||
| - name: git-server | ||
| installed: {{ not ($a | get "gitea.enabled") }} |
Contributor
There was a problem hiding this comment.
pls, make it independent from git.
The git-server is going to be default mode. It should be possible to switch it to Gitea but that falls into to BYO git procedure and should not differ from switching to Github or other 3rd party provider.
This file contains hidden or 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
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.
📌 Summary
🔍 Reviewer Notes
🧹 Checklist