Skip to content

Commit

Permalink
add memcached-mixin
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Dec 6, 2023
1 parent 741cecf commit 59932aa
Show file tree
Hide file tree
Showing 14 changed files with 4,074 additions and 15 deletions.
9 changes: 1 addition & 8 deletions kubernetes/common/memcached/k8s-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,7 @@ spec:
topologyKey: kubernetes.io/hostname
weight: 1
containers:
- args:
- -m 256Mi
- --extended=modern,track_sizes
- -I 5m
- -c 16384
- -v
- -u 11211
env:
- env:
- name: BITNAMI_DEBUG
value: "false"
- name: MEMCACHED_PORT_NUMBER
Expand Down
14 changes: 7 additions & 7 deletions kubernetes/common/memcached/values-k3d-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ auth:
username: lgtmp
existingSecret: memcached-credentials

args:
- -m 256Mi
- --extended=modern,track_sizes
- -I 5m
- -c 16384
- -v
- -u 11211
# args:
# - -m 256Mi
# - --extended=modern,track_sizes
# - -I 5m
# - -c 16384
# - -v
# - -u 11211

resources:
limits:
Expand Down
Loading

0 comments on commit 59932aa

Please sign in to comment.