templates/redis.yml in cpl-1.0.0 vs templates/redis.yml in cpl-1.0.1

- old
+ new

@@ -4,16 +4,17 @@ type: standard containers: - name: redis cpu: 3m memory: 20Mi - image: 'redis:latest' + image: "redis:latest" ports: - number: 6379 protocol: tcp defaultOptions: autoscaling: metric: latency + minScale: 1 maxScale: 1 capacityAI: false firewallConfig: internal: inboundAllowType: same-gvc