v2 app deployment--templating mainly in manifest now.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
name: memcached
|
||||
description: Memcached is an in-memory key-value store for small chunks of arbitrary data, commonly used as a cache layer.
|
||||
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
|
||||
icon: https://memcached.org/memcached-logo.png
|
||||
icon: https://www.vectorlogo.zone/logos/memcached/memcached-icon.svg
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: memcached
|
||||
image: memcached:1.6.32-alpine
|
||||
port: 11211
|
||||
memoryLimit: 64m
|
||||
@@ -16,4 +18,4 @@ defaultConfig:
|
||||
limits:
|
||||
memory: 128Mi
|
||||
cpu: 200m
|
||||
defaultSecrets: []
|
||||
defaultSecrets: []
|
||||
|
||||
Reference in New Issue
Block a user