Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: postgres-secret
  5. type: Opaque
  6. stringData: # We dont need to worry about converting to base64
  7. POSTGRES_USER: steven
  8. POSTGRES_PASSWORD: password
  9. POSTGRES_DB: fullstack_api
  10.  
  11. DB_HOST: fullstack-postgres
  12. DB_DRIVER: postgres
  13. API_SECRET: 98hbun98h 
  14. DB_USER: steven
  15. DB_PASSWORD: password
  16. DB_NAME: fullstack_api
  17. DB_PORT: 5432 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement