Sha256: cec146d8c3d5220ffb09838e85551e0b7c8c57e0ea101087b95cfc19956cd3b5

Contents?: true

Size: 719 Bytes

Versions: 8

Compression:

Stored size: 719 Bytes

Contents

kind: volumeset
name: redis-data
spec:
  fileSystemType: ext4
  initialCapacity: 10
  performanceClass: general-purpose-ssd
---
kind: workload
name: redis2
spec:
  type: stateful
  containers:
    - name: redis
      args:
        - '--appendonly'
        - 'yes'
        - '--maxmemory'
        - 25mb
      cpu: 25m
      memory: 32Mi
      image: "redis:latest"
      ports:
        - number: 6379
          protocol: tcp
      volumes:
        - path: /data
          recoveryPolicy: retain
          uri: cpln://volumeset/redis-data
  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/redis2.yml
cpflow-4.0.0 templates/redis2.yml
cpflow-3.0.1 templates/redis2.yml
cpflow-3.0.0 templates/redis2.yml
cpl-2.2.4 templates/redis2.yml
cpl-2.2.2 templates/redis2.yml
cpl-2.2.1 templates/redis2.yml
cpl-2.2.0 templates/redis2.yml