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

- old
+ new

@@ -11,20 +11,21 @@ value: postgres - name: POSTGRES_PASSWORD value: password123 - name: POSTGRES_USER value: postgres - image: 'postgres:13.8-alpine' + image: "postgres:13.8-alpine" ports: - number: 5432 protocol: tcp volumes: - path: /var/lib/postgresql/data recoveryPolicy: retain - uri: 'scratch://postgres-vol' + uri: "scratch://postgres-vol" defaultOptions: autoscaling: metric: latency + minScale: 1 maxScale: 1 capacityAI: false firewallConfig: internal: inboundAllowType: same-gvc