Skip to content

Commit

Permalink
Helm: Fix standalone and search templates (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepellin authored Sep 3, 2024
1 parent 4d75f6e commit f3e0015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charts/nucliadb/templates/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
{{- if .Values.envFrom }}
envFrom:
{{- toYaml .Values.envFrom | nindent 10 }}
{{- end }}
ports:
- name: http
containerPort: 8080
Expand Down
1 change: 0 additions & 1 deletion charts/nucliadb_search/templates/search.cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ metadata:
version: "{{ .Chart.Version | replace "+" "_" }}"
chart: "{{ .Chart.Name }}"
data:
SENTRY_URL: {{ .Values.running.sentry_url }}
JAEGER_ENABLED: {{ .Values.tracing.enabled | quote }}
SERVING_PORT: {{ .Values.serving.port | quote }}
METRICS_PORT: {{ .Values.serving.metricsPort | quote }}

0 comments on commit f3e0015

Please sign in to comment.