Skip to content

Commit

Permalink
resources for longhornManager
Browse files Browse the repository at this point in the history
  • Loading branch information
theadzik committed Jan 11, 2025
1 parent 3ec8df0 commit 6877603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/longhorn/templates/daemonset-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name: admission-wh
- containerPort: 9503
name: recov-backend
{{- if .Values.longhornManager.resources }}
resources: {{toYaml .Values.longhornManager.resources | nindent 10 }}
{{- end }}
readinessProbe:
httpGet:
path: /v1/healthz
Expand Down

0 comments on commit 6877603

Please sign in to comment.