Sha256: 1652055e4cb027d03dae5aa4c73c2a3a042c6fcdfedb9016effe9d88a7aee77c

Contents?: true

Size: 385 Bytes

Versions: 9

Compression:

Stored size: 385 Bytes

Contents

kind: workload
name: redis
spec:
  type: standard
  containers:
    - name: redis
      cpu: 25m
      memory: 32Mi
      image: "redis:latest"
      ports:
        - number: 6379
          protocol: tcp
  defaultOptions:
    autoscaling:
      metric: disabled
      minScale: 1
      maxScale: 1
    capacityAI: false
  firewallConfig:
    internal:
      inboundAllowType: same-gvc

Version data entries

9 entries across 9 versions & 2 rubygems

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