Sha256: f5515c856bdd082a6cb6c1bbb336f5379edd9e026ab5828b9584f5b35fc82f8b
Contents?: true
Size: 689 Bytes
Versions: 13
Compression:
Stored size: 689 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 maxScale: 1 capacityAI: false firewallConfig: internal: inboundAllowType: same-gvc
Version data entries
13 entries across 13 versions & 1 rubygems