Skip to content

Commit

Permalink
build(repo): Add env from for webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 20, 2024
1 parent afe5587 commit 9cf9771
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/charts/fuel-streams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: fuel-streams
version: 0.5.9
version: 0.5.10
dependencies:
- name: nats
version: 1.2.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,10 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}

{{- if $webserver.envFrom }}
envFrom:
{{- toYaml $webserver.envFrom | nindent 10 }}
{{- end }}

{{- include "k8s.hpa" (dict "context" . "service" (dict "name" "webserver" "autoscaling" $webserver.autoscaling)) }}
{{- end }}
{{- end }}

0 comments on commit 9cf9771

Please sign in to comment.