Standardize config.
This commit is contained in:
@@ -2,21 +2,11 @@ name: memcached
|
||||
is: memcached
|
||||
description: Memcached is an in-memory key-value store for small chunks of arbitrary
|
||||
data, commonly used as a cache layer.
|
||||
version: 1.6.32
|
||||
version: 1.6.32-1
|
||||
icon: https://www.vectorlogo.zone/logos/memcached/memcached-icon.svg
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: memcached
|
||||
image: memcached:1.6.32-alpine
|
||||
port: 11211
|
||||
host: memcached.memcached.svc.cluster.local
|
||||
memoryLimit: 64m
|
||||
maxConnections: 1024
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
memory: 64Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 128Mi
|
||||
cpu: 200m
|
||||
defaultSecrets: []
|
||||
|
||||
Reference in New Issue
Block a user