Add shared cache node helm chart#16
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAdds a new cluster-scoped internal TLS Helm chart and workflow step, integrates a shared cache into the main Theia Cloud helm values and deployments, and introduces monitoring dashboards and ServiceMonitors for the shared cache and Reposilite; documentation and value references updated accordingly. Changes
Sequence Diagram(s)mermaid Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
f3474a5 to
d459ac9
Compare
| enableBuildCaching: false | ||
| buildCacheUrl: "" | ||
| enableBuildCachePush: false | ||
| enableDependencyCaching: false | ||
| dependencyCacheUrl: "" |
| cache: | ||
| hostname: cache.staging.theia-test.artemis.cit.tum.de | ||
| repo: | ||
| hostname: repo.staging.theia-test.artemis.cit.tum.de |
| gradleUrl: "https://cache.staging.theia-test.artemis.cit.tum.de/gradle/" | ||
| bazelUrl: "https://cache.staging.theia-test.artemis.cit.tum.de/bazel/" |
| enablePush: true | ||
| dependencyCache: | ||
| enabled: true | ||
| url: "https://repo.staging.theia-test.artemis.cit.tum.de/releases/" |
|
|
||
| conversion: | ||
| image: ghcr.io/eduide/eduide-cloud/conversion-webhook:latest-e431a13 | ||
| image: ghcr.io/eduide/eduide-cloud/conversion-webhook:latest |
Summary by CodeRabbit