Skip to content

Commit

Permalink
fix memory
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Jan 16, 2025
1 parent 2c56e76 commit c43ca6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ spec:
{{- range .command }}
- {{ . }}
{{- end }}
{{- if .resources }}
resources:
{{- toYaml .resources | nindent 12 }}
{{- end }}
# {{- if .resources }}
# resources:
# {{- toYaml .resources | nindent 12 }}
# {{- end }}
# {{- if $.Values.securityContext }}
# securityContext:
# {{- toYaml $.Values.securityContext | nindent 12 }}
Expand Down

0 comments on commit c43ca6d

Please sign in to comment.