Skip to content

Commit

Permalink
adds memcached command args
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaney committed Oct 29, 2020
1 parent 143095f commit d7606cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/prod-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ image:
memcached:
enabled: true
replicaCount: 2
command:
- "memcached"
- "-m"
- "256"
- "-o"
- "modern"
- "-v"
updateStrategy:
type: RollingUpdate
gcsCredentials:
Expand Down

0 comments on commit d7606cd

Please sign in to comment.