Created
June 4, 2020 15:36
-
-
Save ChrisChinchilla/94116daf27e4affadab6ef909a1724d3 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: | |
- env: | |
- name: DATABASE_HOST | |
value: postgres | |
- name: DATABASE_NAME | |
value: product | |
- name: DATABASE_PASSWORD | |
value: pr0dr0b0t | |
- name: DATABASE_USER | |
value: product_robot | |
- name: DATABASE_PORT | |
value: "5432" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment