Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/k8up/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ spec:
fieldPath: metadata.namespace
{{- end }}
{{- with .Values.k8up.globalResources.requests.cpu }}
- name: BACKUP_GLOBALCPU_REQUEST
- name: BACKUP_GLOBAL_CPU_REQUEST
value: {{ . }}
{{- end }}
{{- with .Values.k8up.globalResources.requests.memory }}
- name: BACKUP_GLOBALMEMORY_REQUEST
- name: BACKUP_GLOBAL_MEMORY_REQUEST
value: {{ . }}
{{- end }}
{{- with .Values.k8up.globalResources.limits.cpu }}
- name: BACKUP_GLOBALCPU_LIMIT
- name: BACKUP_GLOBAL_CPU_LIMIT
value: {{ . }}
{{- end }}
{{- with .Values.k8up.globalResources.limits.memory }}
- name: BACKUP_GLOBALMEMORY_LIMIT
- name: BACKUP_GLOBAL_MEMORY_LIMIT
value: {{ . }}
{{- end }}
{{- if .Values.k8up.envVars }}
Expand Down