Commit 2110dba
authored
chore: Add annotations field to service configuration (#173)
This pull request introduces support for custom Kubernetes service
annotations for the backend service in the RAG infrastructure Helm
chart. The main changes add the ability to specify service annotations
via values, making deployments more flexible and customizable.
**Helm templating improvements:**
* Updated `service.yaml` to conditionally include the `annotations`
field for the backend service if specified in values, using Helm
templating with `toYaml` and `nindent` for proper formatting.
**Configuration enhancements:**
* Added an empty `annotations` map to the `backend.service` section in
`values.yaml`, allowing users to define service annotations for the
backend.1 parent 378dec7 commit 2110dba
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments