Sha256: 20fda5398ac55458d86b7f495dd1b6fea54651400de42a2e599aa16351f88507
Contents?: true
Size: 708 Bytes
Versions: 9
Compression:
Stored size: 708 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: disabled minScale: 1 maxScale: 1 capacityAI: false firewallConfig: internal: inboundAllowType: same-gvc
Version data entries
9 entries across 9 versions & 2 rubygems