-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(charts): adding metadata object to a seldonconfig component (#5918)
* adding a metadata object to seldonconfig components * adding labels to the servers helm charts * add metadata to seldonconfig.component * using sed to template the templates * add makefile changes * patching each component with labels and annotations * add a test * missing forward slash * hack labelz * remove test labels * add annotationz to servers * add prometheus annotations to the default seldonconfig * add a comment and a test
- Loading branch information
Showing
27 changed files
with
212 additions
and
38 deletions.
There are no files selected for viewing
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
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
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
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
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
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
6 changes: 6 additions & 0 deletions
6
k8s/kustomize/helm-components-sc/patch_dataflow_json6902.yaml
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
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 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 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 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 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 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 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 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 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 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 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 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.
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
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
Oops, something went wrong.