Created
June 4, 2020 15:37
-
-
Save ChrisChinchilla/d011b29d2d73b042cece42a4909bdc9d 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
spec: | |
containers: | |
- name: postgres | |
image: postgres:latest | |
envFrom: | |
- configMapRef: | |
name: postgres-config | |
ports: | |
- containerPort: 5432 | |
name: postgredb | |
volumeMounts: | |
- name: postgredb | |
mountPath: /var/lib/postgresql | |
subPath: postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment