Sha256: fd092a44eba280d28ddf28fa9f45c6e92ab5b1621e4f04207ae36ce36e70efcc

Contents?: true

Size: 441 Bytes

Versions: 11

Compression:

Stored size: 441 Bytes

Contents

kind: workload
name: memcached
spec:
  type: standard
  containers:
    - name: memcached
      cpu: 3m
      memory: 10Mi
      args:
        - "-l"
        - 0.0.0.0
      image: "memcached:alpine"
      ports:
        - number: 11211
          protocol: tcp
  defaultOptions:
    autoscaling:
      metric: latency
      minScale: 1
      maxScale: 1
    capacityAI: false
  firewallConfig:
    internal:
      inboundAllowType: same-gvc

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cpl-1.4.0 templates/memcached.yml
cpl-1.3.0 templates/memcached.yml
cpl-1.2.0 templates/memcached.yml
cpl-1.1.2 templates/memcached.yml
cpl-1.1.2.rc.0 templates/memcached.yml
cpl-1.1.1 templates/memcached.yml
cpl-1.1.0 templates/memcached.yml
cpl-1.0.4 templates/memcached.yml
cpl-1.0.3 templates/memcached.yml
cpl-1.0.2 templates/memcached.yml
cpl-1.0.1 templates/memcached.yml