1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 23:53:06 +00:00

Added email address variable

This commit is contained in:
2019-12-31 07:52:31 -05:00
parent e2ec1d4a8a
commit e37281771d
5 changed files with 18 additions and 3 deletions

View File

@@ -68,6 +68,16 @@ spec:
secretKeyRef:
name: wrestlingdev-secrets
key: railssecretkey
- name: WRESTLINGDEV_EMAIL_PWD
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: gmailpassword
- name: WRESTLINGDEV_EMAIL
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: gmailemail
resources:
limits:
cpu: "0.5"