Created
July 15, 2023 19:20
-
-
Save farhadnowzari/19b293e0618c3c5fd69779a0eac11907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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