Sha256: 9dda3279733cb964d1c092c12233f8a4005ac568ec8723e971fbbffe51393558
Contents?: true
Size: 707 Bytes
Versions: 11
Compression:
Stored size: 707 Bytes
Contents
kind: workload name: postgres spec: type: standard containers: - name: postgres cpu: 50m memory: 200Mi env: - name: PGUSER value: postgres - name: POSTGRES_PASSWORD value: password123 - name: POSTGRES_USER value: postgres image: "postgres:13.8-alpine" ports: - number: 5432 protocol: tcp volumes: - path: /var/lib/postgresql/data recoveryPolicy: retain uri: "scratch://postgres-vol" defaultOptions: autoscaling: metric: latency minScale: 1 maxScale: 1 capacityAI: false firewallConfig: internal: inboundAllowType: same-gvc
Version data entries
11 entries across 11 versions & 1 rubygems