Sha256: 8356e0f18decacac4fb7568d5ce874e9893e905694d0ef772dae207b86d1c142

Contents?: true

Size: 383 Bytes

Versions: 11

Compression:

Stored size: 383 Bytes

Contents

kind: workload
name: redis
spec:
  type: standard
  containers:
    - name: redis
      cpu: 3m
      memory: 20Mi
      image: "redis:latest"
      ports:
        - number: 6379
          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/redis.yml
cpl-1.3.0 templates/redis.yml
cpl-1.2.0 templates/redis.yml
cpl-1.1.2 templates/redis.yml
cpl-1.1.2.rc.0 templates/redis.yml
cpl-1.1.1 templates/redis.yml
cpl-1.1.0 templates/redis.yml
cpl-1.0.4 templates/redis.yml
cpl-1.0.3 templates/redis.yml
cpl-1.0.2 templates/redis.yml
cpl-1.0.1 templates/redis.yml