-
Notifications
You must be signed in to change notification settings - Fork 0
26 switch to redis #27
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e92eb0c
udpate to redis setup
KevinGruber2001 807782f
improve compose and automate redis secret
KevinGruber2001 d2c2cf2
Finish migration to Redis, and fix Labels
KevinGruber2001 3d003d8
update local config
KevinGruber2001 187bd0a
Update Chart Version
KevinGruber2001 79128ba
Update Readme
KevinGruber2001 b173778
Update Chart Readme
KevinGruber2001 e998438
Update src/deployments/grafana/dashboards/gradle-build-cache.json
KevinGruber2001 0b0df65
Update README.md
KevinGruber2001 84ebc9d
Hardcode redis 0 database
KevinGruber2001 7f10aa2
Fixx wrong redis secret
KevinGruber2001 333b589
Update Chart description
KevinGruber2001 543a02b
Add storage test connection
KevinGruber2001 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| {{/* | ||
| Standard labels for theia-shared-cache resources | ||
| */}} | ||
| {{- define "theia-shared-cache.labels" -}} | ||
| app.kubernetes.io/name: {{ .Chart.Name }} | ||
| app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} | ||
| app.kubernetes.io/instance: {{ .Release.Name }} | ||
| app.kubernetes.io/managed-by: {{ .Release.Service }} | ||
| helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version }} | ||
| {{- end -}} | ||
|
|
||
| {{- define "theia-shared-cache.selectorLabels" -}} | ||
| app.kubernetes.io/name: {{ .Chart.Name }} | ||
| app.kubernetes.io/instance: {{ .Release.Name }} | ||
| {{- end }} |
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
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.
Uh oh!
There was an error while loading. Please reload this page.