riuvshin/postgres-client

By riuvshin

Updated almost 8 years ago

pg client pod

Image
0

269

riuvshin/postgres-client repository overview

---
apiVersion: v1
kind: DeploymentConfig
metadata:
  labels:
    app: postgres-client-pod
  name: postgres-client-pod
spec:
  replicas: 1
  selector:
    app: postgres-client-pod
    deploymentconfig: postgres-client-pod
  strategy:
    resources:
      limits:
        memory: 1Gi
    rollingParams:
      intervalSeconds: 1
      maxSurge: 25%
      maxUnavailable: 25%
      timeoutSeconds: 600
      updatePeriodSeconds: 1
    type: Rolling
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: postgres-client-pod
        deploymentconfig: postgres-client-pod
    spec:
      containers:
      - image: riuvshin/postgres-client:latest
        imagePullPolicy: Always
        name: postgres-client-pod

Tag summary

Content type

Image

Digest

Size

79.8 MB

Last updated

almost 8 years ago

docker pull riuvshin/postgres-client