Sha256: 241bfc817d252d6cb5495e3dd5ec4c6d23b7c382531213b7206aba5e1a0f2e38

Contents?: true

Size: 443 Bytes

Versions: 8

Compression:

Stored size: 443 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
cpflow-4.0.1 templates/memcached.yml
cpflow-4.0.0 templates/memcached.yml
cpflow-3.0.1 templates/memcached.yml
cpflow-3.0.0 templates/memcached.yml
cpl-2.2.4 templates/memcached.yml
cpl-2.2.2 templates/memcached.yml
cpl-2.2.1 templates/memcached.yml
cpl-2.2.0 templates/memcached.yml