fix(kubernetes): add explanatory comments for non-obvious template values
Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
parent
e1ab6f6274
commit
fe6ef58b0a
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ spec:
|
|||
- metadata:
|
||||
name: disk-kubelet
|
||||
annotations:
|
||||
{{/* Populator creates intermediate PVC + PV rebind that causes ClaimMisbound with LINSTOR CSI */}}
|
||||
cdi.kubevirt.io/storage.usePopulator: "false"
|
||||
spec:
|
||||
source:
|
||||
|
|
@ -86,6 +87,7 @@ spec:
|
|||
guest: {{ .group.resources.memory }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{/* 2Gi is enough: persistent DataVolumes are not counted as pod ephemeral storage */}}
|
||||
{{- include "cozy-lib.resources.sanitize" (list (dict "ephemeral-storage" "2Gi") $) | nindent 14 }}
|
||||
evictionStrategy: External
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue