Skip to content

Instantly share code, notes, and snippets.

@farhadnowzari
Created July 15, 2023 19:20
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 farhadnowzari/19b293e0618c3c5fd69779a0eac11907 to your computer and use it in GitHub Desktop.
Save farhadnowzari/19b293e0618c3c5fd69779a0eac11907 to your computer and use it in GitHub Desktop.
apiVersion: kubegres.reactive-tech.io/v1
kind: Kubegres
metadata:
name: pgsql
namespace: postgres
spec:
replicas: 1
image: postgres:14.1
database:
size: 5Gi
storageClassName: local-storage
env:
- name: POSTGRES_PASSWORD
value: "123123"
- name: POSTGRES_REPLICATION_PASSWORD
value: "123123"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment