Skip to content

Commit

Permalink
feat: Automatically add persistency option to memcached extended argu…
Browse files Browse the repository at this point in the history
…ments if enabled
  • Loading branch information
AndreZiviani committed Aug 30, 2024
1 parent 4c011d9 commit 2959d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
name: client
args:
- -m {{ .allocatedMemory }}
- --extended=modern,track_sizes{{ with .extraExtendedOptions }},{{ . }}{{ end }}
- --extended=modern,track_sizes{{ if .persistence.enabled }},ext_path={{ .persistence.mountPath }}/file:{{ .persistence.storageSize }}{{ end }}{{ with .extraExtendedOptions }},{{ . }}{{ end }}
- -I {{ .maxItemMemory }}m
- -c {{ .connectionLimit }}
- -v
Expand Down

0 comments on commit 2959d56

Please sign in to comment.