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