Skip to content

Commit 5ad7a3d

Browse files
committed
Remove logLevel & logType from job service helm charts
Signed-off-by: Tsotne Tabidze <tsotnet@gmail.com>
1 parent e6c0887 commit 5ad7a3d

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

infra/charts/feast/charts/feast-jobservice/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Current chart version is `0.8-SNAPSHOT`
4343
| livenessProbe.periodSeconds | int | `10` | How often to perform the probe |
4444
| livenessProbe.successThreshold | int | `1` | Min consecutive success for the probe to be considered successful |
4545
| livenessProbe.timeoutSeconds | int | `5` | When the probe times out |
46-
| logLevel | string | `"WARN"` | Default log level, use either one of `DEBUG`, `INFO`, `WARN` or `ERROR` |
47-
| logType | string | `"Console"` | Log format, either `JSON` or `Console` |
4846
| nodeSelector | object | `{}` | Node labels for pod assignment |
4947
| podLabels | object | `{}` | Labels to be added to Feast Job Service pods |
5048
| prometheus.enabled | bool | `true` | Flag to enable scraping of Feast Job Service metrics |

infra/charts/feast/charts/feast-jobservice/templates/deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ spec:
5757
{{- end }}
5858

5959
env:
60-
- name: LOG_TYPE
61-
value: {{ .Values.logType | quote }}
62-
- name: LOG_LEVEL
63-
value: {{ .Values.logLevel | quote }}
64-
6560
{{- if .Values.gcpServiceAccount.enabled }}
6661
- name: GOOGLE_APPLICATION_CREDENTIALS
6762
value: /etc/secrets/google/{{ .Values.gcpServiceAccount.existingSecret.key }}

infra/charts/feast/charts/feast-jobservice/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ gcpServiceAccount:
2121
# gcpProjectId -- Project ID to use when using Google Cloud services such as BigQuery, Cloud Storage and Dataflow
2222
gcpProjectId: ""
2323

24-
# logType -- Log format, either `JSON` or `Console`
25-
logType: Console
26-
# logLevel -- Default log level, use either one of `DEBUG`, `INFO`, `WARN` or `ERROR`
27-
logLevel: WARN
28-
2924
prometheus:
3025
# prometheus.enabled -- Flag to enable scraping of metrics
3126
enabled: true

0 commit comments

Comments
 (0)