1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-06 06:28:33 +00:00

Put db host in secrets for kubernetes

This commit is contained in:
2020-01-09 08:55:46 -05:00
parent b30b5f41b2
commit 323f8addab
4 changed files with 21 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ type: Opaque
stringData:
dbusername: root
dbpassword: PUT_SECRET_HERE
dbhost: wrestlingdev-mariadb (if using the mariadb-standalone from this repo, otherwise use your hostname for your database)
devisesecretkey: PUT_SECRET_HERE get from running rails secret
railssecretkey: PUT_SECRET_HERE get from running rails secret
emailpassword: PUT_EMAIL_PASSWORD_HERE