Skip to content

Instantly share code, notes, and snippets.

@ChrisChinchilla
Created June 4, 2020 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisChinchilla/a3417530786d06ac56c001e9b382fbb2 to your computer and use it in GitHub Desktop.
Save ChrisChinchilla/a3417530786d06ac56c001e9b382fbb2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-config
labels:
app: ecommerce
tier: postgres
data:
POSTGRES_DB: product
POSTGRES_USER: product_robot
POSTGRES_PASSWORD: pr0dr0b0t
PGDATA: /var/lib/postgresql/data/pgdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment