-
Notifications
You must be signed in to change notification settings - Fork 855
feat(charts): adding labels and annotations to a seldonconfig component #5918
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
driev
merged 14 commits into
SeldonIO:v2
from
driev:INFRA-642/per-seldonconfig-component-metadata
Sep 25, 2024
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1368af2
adding a metadata object to seldonconfig components
driev c3bf03b
Merge branch 'v2' into INFRA-642/per-seldonconfig-component-metadata
driev 3304394
adding labels to the servers helm charts
driev f811754
add metadata to seldonconfig.component
driev 05a8257
using sed to template the templates
driev 83816cf
add makefile changes
driev 5a5ca1a
patching each component with labels and annotations
driev 0d66317
add a test
driev 942bea7
missing forward slash
driev 5056fa2
hack labelz
driev e36088a
remove test labels
driev 3bc8d5e
add annotationz to servers
driev b4c137c
add prometheus annotations to the default seldonconfig
driev 95c7632
add a comment and a test
driev 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 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
driev marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
6 changes: 6 additions & 0 deletions
6
k8s/kustomize/helm-components-sc/patch_dataflow_json6902.yaml
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 |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| - op: replace | ||
| path: /spec/components/5/podSpec/securityContext | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.dataflow.securityContext | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/5/labels | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.dataflow.labels | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/5/annotations | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.dataflow.annotations | nindent 8 }} |
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
6 changes: 6 additions & 0 deletions
6
k8s/kustomize/helm-components-sc/patch_modelgateway_json6902.yaml
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 |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| - op: replace | ||
| path: /spec/components/2/podSpec/securityContext | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.modelgateway.securityContext | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/2/labels | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.modelgateway.labels | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/2/annotations | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.modelgateway.annotations | nindent 8 }} |
6 changes: 6 additions & 0 deletions
6
k8s/kustomize/helm-components-sc/patch_pipelinegateway_json6902.yaml
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 |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| - op: replace | ||
| path: /spec/components/1/podSpec/securityContext | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.pipelinegateway.securityContext | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/1/labels | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.pipelinegateway.labels | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/1/annotations | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.pipelinegateway.annotations | nindent 8 }} |
6 changes: 6 additions & 0 deletions
6
k8s/kustomize/helm-components-sc/patch_scheduler_json6902.yaml
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 |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| - op: replace | ||
| path: /spec/components/0/podSpec/securityContext | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.scheduler.securityContext | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/0/labels | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.scheduler.labels | nindent 8 }} | ||
| - op: replace | ||
| path: /spec/components/0/annotations | ||
| value: HACK_REMOVE_ME{{- toYaml .Values.scheduler.annotations | nindent 8 }} |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.